Shades of Pear #D0EC19
Tints of Pear #D0EC19
RGB
CMYK
RGB Variations
Color information
#D0EC19 (or 0xD0EC19) is known color: Pear. HEX triplet: D0, EC and 19. RGB value is (208,236,25). Sum of RGB (Red+Green+Blue) = 208+236+25=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 25 (10.16% from 255 or 5.33% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0EC19 is #2F13E6. Grayscale: #CCCCCC. Windows color (decimal): -3085287 or 1699024. OLE color: 1699024.
HSL color Cylindrical-coordinate representation of color #D0EC19: hue angle of 67.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0EC19 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 25 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.07 |
| HSL | 67.96º | 0.85% | 0.51% | - |
| HSV(B) | 67.96º | 0.89% | 0.93% | - |
| XYZ | 56.18 | 73.47 | 12.14 | - |
| YUV | 203.57 | 27.22 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 25 | 0.12 | 0 | 0.89 | 0.07 | 67.96 | 0.85 | 0.51 |
| Hex | D0 | EC | 19 | C | 0 | 59 | 7 | 44 | 55 | 33 |
| Octal | 320 | 354 | 31 | 14 | 0 | 131 | 7 | 104 | 125 | 63 |
| Binary | 11010000 | 11101100 | 11001 | 1100 | 0 | 1011001 | 111 | 1000100 | 1010101 | 110011 |
Color Harmonies of #D0EC19
Complementary color
Monochromatic Colors of #D0EC19
Black with #D0EC19
Text Example
Text Example
White with #D0EC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC19; }
p { color: rgb(208,236,25); }
H1.HeaderClassName
{
color: #D0EC19;
}
.AnyTagClassName
{
color: #D0EC19;
}
</style>
background-color css
<style>
a { background-color: #D0EC19; }
a { background-color: rgb(208,236,25); }
div.DivClassName
{
background-color: #D0EC19;
}
.BgClassName
{
background-color: #D0EC19;
}
</style>
border-color css
<style>
span { border-color: #D0EC19; }
span { border-color: rgb(208,236,25); }
td.TdClassName
{
border-color: #D0EC19;
}
.TagClassName
{
border-color: #D0EC19;
}
</style>