Shades of Pear #D8E11F
Tints of Pear #D8E11F
RGB
CMYK
RGB Variations
Color information
#D8E11F (or 0xD8E11F) is known color: Pear. HEX triplet: D8, E1 and 1F. RGB value is (216,225,31). Sum of RGB (Red+Green+Blue) = 216+225+31=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E11F is #271EE0. Grayscale: #C8C8C8. Windows color (decimal): -2563809 or 2089432. OLE color: 2089432.
HSL color Cylindrical-coordinate representation of color #D8E11F: hue angle of 62.78º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8E11F is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 31 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.12 |
| HSL | 62.78º | 0.76% | 0.5% | - |
| HSV(B) | 62.78º | 0.86% | 0.88% | - |
| XYZ | 55.49 | 68.55 | 11.6 | - |
| YUV | 200.19 | 32.52 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 31 | 0.04 | 0 | 0.86 | 0.12 | 62.78 | 0.76 | 0.5 |
| Hex | D8 | E1 | 1F | 4 | 0 | 56 | C | 3F | 4C | 32 |
| Octal | 330 | 341 | 37 | 4 | 0 | 126 | 14 | 77 | 114 | 62 |
| Binary | 11011000 | 11100001 | 11111 | 100 | 0 | 1010110 | 1100 | 111111 | 1001100 | 110010 |
Color Harmonies of #D8E11F
Complementary color
Monochromatic Colors of #D8E11F
Black with #D8E11F
Text Example
Text Example
White with #D8E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E11F; }
p { color: rgb(216,225,31); }
H1.HeaderClassName
{
color: #D8E11F;
}
.AnyTagClassName
{
color: #D8E11F;
}
</style>
background-color css
<style>
a { background-color: #D8E11F; }
a { background-color: rgb(216,225,31); }
div.DivClassName
{
background-color: #D8E11F;
}
.BgClassName
{
background-color: #D8E11F;
}
</style>
border-color css
<style>
span { border-color: #D8E11F; }
span { border-color: rgb(216,225,31); }
td.TdClassName
{
border-color: #D8E11F;
}
.TagClassName
{
border-color: #D8E11F;
}
</style>