Shades of Pear #D8E620
Tints of Pear #D8E620
RGB
CMYK
RGB Variations
Color information
#D8E620 (or 0xD8E620) is known color: Pear. HEX triplet: D8, E6 and 20. RGB value is (216,230,32). Sum of RGB (Red+Green+Blue) = 216+230+32=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8E620 is #2719DF. Grayscale: #CCCCCC. Windows color (decimal): -2562528 or 2156248. OLE color: 2156248.
HSL color Cylindrical-coordinate representation of color #D8E620: hue angle of 64.24º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8E620 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 230 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.10 |
| HSL | 64.24º | 0.8% | 0.51% | - |
| HSV(B) | 64.24º | 0.86% | 0.9% | - |
| XYZ | 56.88 | 71.3 | 12.13 | - |
| YUV | 203.24 | 31.36 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 32 | 0.06 | 0 | 0.86 | 0.10 | 64.24 | 0.8 | 0.51 |
| Hex | D8 | E6 | 20 | 6 | 0 | 56 | A | 40 | 50 | 33 |
| Octal | 330 | 346 | 40 | 6 | 0 | 126 | 12 | 100 | 120 | 63 |
| Binary | 11011000 | 11100110 | 100000 | 110 | 0 | 1010110 | 1010 | 1000000 | 1010000 | 110011 |
Color Harmonies of #D8E620
Complementary color
Monochromatic Colors of #D8E620
Black with #D8E620
Text Example
Text Example
White with #D8E620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E620; }
p { color: rgb(216,230,32); }
H1.HeaderClassName
{
color: #D8E620;
}
.AnyTagClassName
{
color: #D8E620;
}
</style>
background-color css
<style>
a { background-color: #D8E620; }
a { background-color: rgb(216,230,32); }
div.DivClassName
{
background-color: #D8E620;
}
.BgClassName
{
background-color: #D8E620;
}
</style>
border-color css
<style>
span { border-color: #D8E620; }
span { border-color: rgb(216,230,32); }
td.TdClassName
{
border-color: #D8E620;
}
.TagClassName
{
border-color: #D8E620;
}
</style>