Shades of Pear #D0E827
Tints of Pear #D0E827
RGB
CMYK
RGB Variations
Color information
#D0E827 (or 0xD0E827) is known color: Pear. HEX triplet: D0, E8 and 27. RGB value is (208,232,39). Sum of RGB (Red+Green+Blue) = 208+232+39=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 39 (15.62% from 255 or 8.14% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E827 is #2F17D8. Grayscale: #CBCBCB. Windows color (decimal): -3086297 or 2615504. OLE color: 2615504.
HSL color Cylindrical-coordinate representation of color #D0E827: hue angle of 67.46º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0E827 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 39 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.09 |
| HSL | 67.46º | 0.81% | 0.53% | - |
| HSV(B) | 67.46º | 0.83% | 0.91% | - |
| XYZ | 55.24 | 71.27 | 12.76 | - |
| YUV | 202.82 | 35.55 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 39 | 0.10 | 0 | 0.83 | 0.09 | 67.46 | 0.81 | 0.53 |
| Hex | D0 | E8 | 27 | A | 0 | 53 | 9 | 43 | 51 | 35 |
| Octal | 320 | 350 | 47 | 12 | 0 | 123 | 11 | 103 | 121 | 65 |
| Binary | 11010000 | 11101000 | 100111 | 1010 | 0 | 1010011 | 1001 | 1000011 | 1010001 | 110101 |
Color Harmonies of #D0E827
Complementary color
Monochromatic Colors of #D0E827
Black with #D0E827
Text Example
Text Example
White with #D0E827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E827; }
p { color: rgb(208,232,39); }
H1.HeaderClassName
{
color: #D0E827;
}
.AnyTagClassName
{
color: #D0E827;
}
</style>
background-color css
<style>
a { background-color: #D0E827; }
a { background-color: rgb(208,232,39); }
div.DivClassName
{
background-color: #D0E827;
}
.BgClassName
{
background-color: #D0E827;
}
</style>
border-color css
<style>
span { border-color: #D0E827; }
span { border-color: rgb(208,232,39); }
td.TdClassName
{
border-color: #D0E827;
}
.TagClassName
{
border-color: #D0E827;
}
</style>