#D6EE49

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

Shades of Pear #D6EE49

Tints of Pear #D6EE49

Color information

#D6EE49 (or 0xD6EE49) is unknown color: approx Pear. HEX triplet: D6, EE and 49. RGB value is (214,238,73). Sum of RGB (Red+Green+Blue) = 214+238+73=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EE49 is #2911B6. Grayscale: #D4D4D4. Windows color (decimal): -2691511 or 4845270. OLE color: 4845270.

HSL color Cylindrical-coordinate representation of color #D6EE49: hue angle of 68.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6EE49 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB21423873-
CMYK0.1000.690.07
HSL68.73º82.91%60.98%-
HSV(B)68.73º69.33%93.33%-
XYZ59.5175.9317.82-
YUV212.0149.55129.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 238 (93.36% from 255) = 45.33%
BLUE value IS 73 (28.91% from 255) = 13.90%
R=40.76%
G=45.33%
B=13.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214238730.1000.690.0768.7382.9160.98
HexD6EE49A045745533d
Octal326356111120105710512375
Binary1101011011101110100100110100100010111110001011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EE49; }

 p { color: rgb(214,238,73); }

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

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

 a { background-color: rgb(214,238,73); }

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

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

 span { border-color: rgb(214,238,73); }

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