Shades of Pear #D5EE29
Tints of Pear #D5EE29
RGB
CMYK
RGB Variations
Color information
#D5EE29 (or 0xD5EE29) is known color: 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
| RGB | 213 | 238 | 41 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.07 |
| HSL | 67.61º | 0.85% | 0.55% | - |
| HSV(B) | 67.61º | 0.83% | 0.93% | - |
| XYZ | 58.42 | 75.46 | 13.58 | - |
| YUV | 208.07 | 33.72 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 238 | 41 | 0.11 | 0 | 0.83 | 0.07 | 67.61 | 0.85 | 0.55 |
| Hex | D5 | EE | 29 | B | 0 | 53 | 7 | 44 | 55 | 37 |
| Octal | 325 | 356 | 51 | 13 | 0 | 123 | 7 | 104 | 125 | 67 |
| Binary | 11010101 | 11101110 | 101001 | 1011 | 0 | 1010011 | 111 | 1000100 | 1010101 | 110111 |
Color Harmonies of #D5EE29
Complementary color
Monochromatic Colors of #D5EE29
Black with #D5EE29
Text Example
Text Example
White with #D5EE29
Text Example
Text Example
HTML Codes & Css Web 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>