Shades of Pear #D0E91C
Tints of Pear #D0E91C
RGB
CMYK
RGB Variations
Color information
#D0E91C (or 0xD0E91C) is known color: Pear. HEX triplet: D0, E9 and 1C. RGB value is (208,233,28). Sum of RGB (Red+Green+Blue) = 208+233+28=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 28 (11.33% from 255 or 5.97% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E91C is #2F16E3. Grayscale: #CACACA. Windows color (decimal): -3086052 or 1894864. OLE color: 1894864.
HSL color Cylindrical-coordinate representation of color #D0E91C: hue angle of 67.32º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0E91C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 28 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.09 |
| HSL | 67.32º | 0.82% | 0.51% | - |
| HSV(B) | 67.32º | 0.88% | 0.91% | - |
| XYZ | 55.36 | 71.77 | 12.03 | - |
| YUV | 202.16 | 29.72 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 28 | 0.11 | 0 | 0.88 | 0.09 | 67.32 | 0.82 | 0.51 |
| Hex | D0 | E9 | 1C | B | 0 | 58 | 9 | 43 | 52 | 33 |
| Octal | 320 | 351 | 34 | 13 | 0 | 130 | 11 | 103 | 122 | 63 |
| Binary | 11010000 | 11101001 | 11100 | 1011 | 0 | 1011000 | 1001 | 1000011 | 1010010 | 110011 |
Color Harmonies of #D0E91C
Complementary color
Monochromatic Colors of #D0E91C
Black with #D0E91C
Text Example
Text Example
White with #D0E91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E91C; }
p { color: rgb(208,233,28); }
H1.HeaderClassName
{
color: #D0E91C;
}
.AnyTagClassName
{
color: #D0E91C;
}
</style>
background-color css
<style>
a { background-color: #D0E91C; }
a { background-color: rgb(208,233,28); }
div.DivClassName
{
background-color: #D0E91C;
}
.BgClassName
{
background-color: #D0E91C;
}
</style>
border-color css
<style>
span { border-color: #D0E91C; }
span { border-color: rgb(208,233,28); }
td.TdClassName
{
border-color: #D0E91C;
}
.TagClassName
{
border-color: #D0E91C;
}
</style>