Shades of Pear #D0E917
Tints of Pear #D0E917
RGB
CMYK
RGB Variations
Color information
#D0E917 (or 0xD0E917) is known color: Pear. HEX triplet: D0, E9 and 17. RGB value is (208,233,23). Sum of RGB (Red+Green+Blue) = 208+233+23=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E917 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0E917 is #2F16E8. Grayscale: #CACACA. Windows color (decimal): -3086057 or 1567184. OLE color: 1567184.
HSL color Cylindrical-coordinate representation of color #D0E917: hue angle of 67.14º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0E917 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 23 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.09 |
| HSL | 67.14º | 0.83% | 0.5% | - |
| HSV(B) | 67.14º | 0.9% | 0.91% | - |
| XYZ | 55.31 | 71.75 | 11.74 | - |
| YUV | 201.59 | 27.22 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 23 | 0.11 | 0 | 0.90 | 0.09 | 67.14 | 0.83 | 0.5 |
| Hex | D0 | E9 | 17 | B | 0 | 5A | 9 | 43 | 53 | 32 |
| Octal | 320 | 351 | 27 | 13 | 0 | 132 | 11 | 103 | 123 | 62 |
| Binary | 11010000 | 11101001 | 10111 | 1011 | 0 | 1011010 | 1001 | 1000011 | 1010011 | 110010 |
Color Harmonies of #D0E917
Complementary color
Monochromatic Colors of #D0E917
Black with #D0E917
Text Example
Text Example
White with #D0E917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E917; }
p { color: rgb(208,233,23); }
H1.HeaderClassName
{
color: #D0E917;
}
.AnyTagClassName
{
color: #D0E917;
}
</style>
background-color css
<style>
a { background-color: #D0E917; }
a { background-color: rgb(208,233,23); }
div.DivClassName
{
background-color: #D0E917;
}
.BgClassName
{
background-color: #D0E917;
}
</style>
border-color css
<style>
span { border-color: #D0E917; }
span { border-color: rgb(208,233,23); }
td.TdClassName
{
border-color: #D0E917;
}
.TagClassName
{
border-color: #D0E917;
}
</style>