Shades of Pear #D0E114
Tints of Pear #D0E114
RGB
CMYK
RGB Variations
Color information
#D0E114 (or 0xD0E114) is known color: Pear. HEX triplet: D0, E1 and 14. RGB value is (208,225,20). Sum of RGB (Red+Green+Blue) = 208+225+20=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E114 is #2F1EEB. Grayscale: #C5C5C5. Windows color (decimal): -3088108 or 1368528. OLE color: 1368528.
HSL color Cylindrical-coordinate representation of color #D0E114: hue angle of 64.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0E114 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 20 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.12 |
| HSL | 64.98º | 0.84% | 0.48% | - |
| HSV(B) | 64.98º | 0.91% | 0.88% | - |
| XYZ | 53.06 | 67.31 | 10.86 | - |
| YUV | 196.55 | 28.37 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 20 | 0.08 | 0 | 0.91 | 0.12 | 64.98 | 0.84 | 0.48 |
| Hex | D0 | E1 | 14 | 8 | 0 | 5B | C | 41 | 54 | 30 |
| Octal | 320 | 341 | 24 | 10 | 0 | 133 | 14 | 101 | 124 | 60 |
| Binary | 11010000 | 11100001 | 10100 | 1000 | 0 | 1011011 | 1100 | 1000001 | 1010100 | 110000 |
Color Harmonies of #D0E114
Complementary color
Monochromatic Colors of #D0E114
Black with #D0E114
Text Example
Text Example
White with #D0E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E114; }
p { color: rgb(208,225,20); }
H1.HeaderClassName
{
color: #D0E114;
}
.AnyTagClassName
{
color: #D0E114;
}
</style>
background-color css
<style>
a { background-color: #D0E114; }
a { background-color: rgb(208,225,20); }
div.DivClassName
{
background-color: #D0E114;
}
.BgClassName
{
background-color: #D0E114;
}
</style>
border-color css
<style>
span { border-color: #D0E114; }
span { border-color: rgb(208,225,20); }
td.TdClassName
{
border-color: #D0E114;
}
.TagClassName
{
border-color: #D0E114;
}
</style>