Shades of Pear #D0E929
Tints of Pear #D0E929
RGB
CMYK
RGB Variations
Color information
#D0E929 (or 0xD0E929) is known color: Pear. HEX triplet: D0, E9 and 29. RGB value is (208,233,41). Sum of RGB (Red+Green+Blue) = 208+233+41=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E929 is #2F16D6. Grayscale: #CCCCCC. Windows color (decimal): -3086039 or 2746832. OLE color: 2746832.
HSL color Cylindrical-coordinate representation of color #D0E929: hue angle of 67.81º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D0E929 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 41 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.09 |
| HSL | 67.81º | 0.81% | 0.54% | - |
| HSV(B) | 67.81º | 0.82% | 0.91% | - |
| XYZ | 55.55 | 71.85 | 13.04 | - |
| YUV | 203.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 41 | 0.11 | 0 | 0.82 | 0.09 | 67.81 | 0.81 | 0.54 |
| Hex | D0 | E9 | 29 | B | 0 | 52 | 9 | 44 | 51 | 36 |
| Octal | 320 | 351 | 51 | 13 | 0 | 122 | 11 | 104 | 121 | 66 |
| Binary | 11010000 | 11101001 | 101001 | 1011 | 0 | 1010010 | 1001 | 1000100 | 1010001 | 110110 |
Color Harmonies of #D0E929
Complementary color
Monochromatic Colors of #D0E929
Black with #D0E929
Text Example
Text Example
White with #D0E929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E929; }
p { color: rgb(208,233,41); }
H1.HeaderClassName
{
color: #D0E929;
}
.AnyTagClassName
{
color: #D0E929;
}
</style>
background-color css
<style>
a { background-color: #D0E929; }
a { background-color: rgb(208,233,41); }
div.DivClassName
{
background-color: #D0E929;
}
.BgClassName
{
background-color: #D0E929;
}
</style>
border-color css
<style>
span { border-color: #D0E929; }
span { border-color: rgb(208,233,41); }
td.TdClassName
{
border-color: #D0E929;
}
.TagClassName
{
border-color: #D0E929;
}
</style>