Shades of Pear #D8E121
Tints of Pear #D8E121
RGB
CMYK
RGB Variations
Color information
#D8E121 (or 0xD8E121) is known color: Pear. HEX triplet: D8, E1 and 21. RGB value is (216,225,33). Sum of RGB (Red+Green+Blue) = 216+225+33=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 33 (13.28% from 255 or 6.96% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8E121 is #271EDE. Grayscale: #C9C9C9. Windows color (decimal): -2563807 or 2220504. OLE color: 2220504.
HSL color Cylindrical-coordinate representation of color #D8E121: hue angle of 62.81º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8E121 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.12 |
| HSL | 62.81º | 0.76% | 0.51% | - |
| HSV(B) | 62.81º | 0.85% | 0.88% | - |
| XYZ | 55.52 | 68.56 | 11.75 | - |
| YUV | 200.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 33 | 0.04 | 0 | 0.85 | 0.12 | 62.81 | 0.76 | 0.51 |
| Hex | D8 | E1 | 21 | 4 | 0 | 55 | C | 3F | 4C | 33 |
| Octal | 330 | 341 | 41 | 4 | 0 | 125 | 14 | 77 | 114 | 63 |
| Binary | 11011000 | 11100001 | 100001 | 100 | 0 | 1010101 | 1100 | 111111 | 1001100 | 110011 |
Color Harmonies of #D8E121
Complementary color
Monochromatic Colors of #D8E121
Black with #D8E121
Text Example
Text Example
White with #D8E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E121; }
p { color: rgb(216,225,33); }
H1.HeaderClassName
{
color: #D8E121;
}
.AnyTagClassName
{
color: #D8E121;
}
</style>
background-color css
<style>
a { background-color: #D8E121; }
a { background-color: rgb(216,225,33); }
div.DivClassName
{
background-color: #D8E121;
}
.BgClassName
{
background-color: #D8E121;
}
</style>
border-color css
<style>
span { border-color: #D8E121; }
span { border-color: rgb(216,225,33); }
td.TdClassName
{
border-color: #D8E121;
}
.TagClassName
{
border-color: #D8E121;
}
</style>