#D5EE29

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

Shades of Pear #D5EE29

Tints of Pear #D5EE29

Color information

#D5EE29 (or 0xD5EE29) is unknown color: approx Pear. HEX triplet: D5, EE and 29. RGB value is (213,238,41). Sum of RGB (Red+Green+Blue) = 213+238+41=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5EE29 is #2A11D6. Grayscale: #D0D0D0. Windows color (decimal): -2757079 or 2748117. OLE color: 2748117.

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

Color convert

RGB21323841-
CMYK0.1100.830.07
HSL67.61º85.28%54.71%-
HSV(B)67.61º82.77%93.33%-
XYZ58.4275.4613.58-
YUV208.0733.72131.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 238 (93.36% from 255) = 48.37%
BLUE value IS 41 (16.41% from 255) = 8.33%
R=43.29%
G=48.37%
B=8.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal213238410.1100.830.0767.6185.2854.71
HexD5EE29B0537445537
Octal32535651130123710412567
Binary110101011110111010100110110101001111110001001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EE29; }

 p { color: rgb(213,238,41); }

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

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

 a { background-color: rgb(213,238,41); }

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

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

 span { border-color: rgb(213,238,41); }

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