Shades of Pear #D0E519
Tints of Pear #D0E519
RGB
CMYK
RGB Variations
Color information
#D0E519 (or 0xD0E519) is known color: Pear. HEX triplet: D0, E5 and 19. RGB value is (208,229,25). Sum of RGB (Red+Green+Blue) = 208+229+25=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0E519 is #2F1AE6. Grayscale: #C8C8C8. Windows color (decimal): -3087079 or 1697232. OLE color: 1697232.
HSL color Cylindrical-coordinate representation of color #D0E519: hue angle of 66.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0E519 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.10 |
| HSL | 66.18º | 0.8% | 0.5% | - |
| HSV(B) | 66.18º | 0.89% | 0.9% | - |
| XYZ | 54.21 | 69.52 | 11.48 | - |
| YUV | 199.47 | 29.54 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 25 | 0.09 | 0 | 0.89 | 0.10 | 66.18 | 0.8 | 0.5 |
| Hex | D0 | E5 | 19 | 9 | 0 | 59 | A | 42 | 50 | 32 |
| Octal | 320 | 345 | 31 | 11 | 0 | 131 | 12 | 102 | 120 | 62 |
| Binary | 11010000 | 11100101 | 11001 | 1001 | 0 | 1011001 | 1010 | 1000010 | 1010000 | 110010 |
Color Harmonies of #D0E519
Complementary color
Monochromatic Colors of #D0E519
Black with #D0E519
Text Example
Text Example
White with #D0E519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E519; }
p { color: rgb(208,229,25); }
H1.HeaderClassName
{
color: #D0E519;
}
.AnyTagClassName
{
color: #D0E519;
}
</style>
background-color css
<style>
a { background-color: #D0E519; }
a { background-color: rgb(208,229,25); }
div.DivClassName
{
background-color: #D0E519;
}
.BgClassName
{
background-color: #D0E519;
}
</style>
border-color css
<style>
span { border-color: #D0E519; }
span { border-color: rgb(208,229,25); }
td.TdClassName
{
border-color: #D0E519;
}
.TagClassName
{
border-color: #D0E519;
}
</style>