#D4E246

Color #D4E246 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D4E246

Tints of Pear #D4E246

Color information

#D4E246 (or 0xD4E246) is unknown color: approx Pear. HEX triplet: D4, E2 and 46. RGB value is (212,226,70). Sum of RGB (Red+Green+Blue) = 212+226+70=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E246 is #2B1DB9. Grayscale: #CCCCCC. Windows color (decimal): -2825658 or 4645588. OLE color: 4645588.

HSL color Cylindrical-coordinate representation of color #D4E246: hue angle of 65.38º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4E246 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB21222670-
CMYK0.0600.690.11
HSL65.38º72.9%58.04%-
HSV(B)65.38º69.03%88.63%-
XYZ55.4568.8316.16-
YUV204.0352.36133.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 226 (88.67% from 255) = 44.49%
BLUE value IS 70 (27.73% from 255) = 13.78%
R=41.73%
G=44.49%
B=13.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212226700.0600.690.1165.3872.958.04
HexD4E2466045B41493a
Octal324342106601051310111172
Binary1101010011100010100011011001000101101110000011001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E246; }

 p { color: rgb(212,226,70); }

 H1.HeaderClassName
 {
   color: #D4E246;
 }
 .AnyTagClassName
 {
   color: #D4E246;
 }
</style>
background-color css

<style>
 a { background-color: #D4E246; }

 a { background-color: rgb(212,226,70); }

 div.DivClassName
 {
   background-color: #D4E246;
 }
 .BgClassName
 {
   background-color: #D4E246;
 }
</style>
border-color css

<style>
 span { border-color: #D4E246; }

 span { border-color: rgb(212,226,70); }

 td.TdClassName
 {
   border-color: #D4E246;
 }
 .TagClassName
 {
   border-color: #D4E246;
 }
</style>