Shades of Pear #D0E845
Tints of Pear #D0E845
RGB
CMYK
RGB Variations
Color information
#D0E845 (or 0xD0E845) is known color: Pear. HEX triplet: D0, E8 and 45. RGB value is (208,232,69). Sum of RGB (Red+Green+Blue) = 208+232+69=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E845 is #2F17BA. Grayscale: #CECECE. Windows color (decimal): -3086267 or 4581584. OLE color: 4581584.
HSL color Cylindrical-coordinate representation of color #D0E845: hue angle of 68.83º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0E845 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 69 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.09 |
| HSL | 68.83º | 0.78% | 0.59% | - |
| HSV(B) | 68.83º | 0.7% | 0.91% | - |
| XYZ | 55.94 | 71.55 | 16.49 | - |
| YUV | 206.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 69 | 0.10 | 0 | 0.70 | 0.09 | 68.83 | 0.78 | 0.59 |
| Hex | D0 | E8 | 45 | A | 0 | 46 | 9 | 45 | 4E | 3B |
| Octal | 320 | 350 | 105 | 12 | 0 | 106 | 11 | 105 | 116 | 73 |
| Binary | 11010000 | 11101000 | 1000101 | 1010 | 0 | 1000110 | 1001 | 1000101 | 1001110 | 111011 |
Color Harmonies of #D0E845
Complementary color
Monochromatic Colors of #D0E845
Black with #D0E845
Text Example
Text Example
White with #D0E845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E845; }
p { color: rgb(208,232,69); }
H1.HeaderClassName
{
color: #D0E845;
}
.AnyTagClassName
{
color: #D0E845;
}
</style>
background-color css
<style>
a { background-color: #D0E845; }
a { background-color: rgb(208,232,69); }
div.DivClassName
{
background-color: #D0E845;
}
.BgClassName
{
background-color: #D0E845;
}
</style>
border-color css
<style>
span { border-color: #D0E845; }
span { border-color: rgb(208,232,69); }
td.TdClassName
{
border-color: #D0E845;
}
.TagClassName
{
border-color: #D0E845;
}
</style>