Shades of Pear #D9E121
Tints of Pear #D9E121
RGB
CMYK
RGB Variations
Color information
#D9E121 (or 0xD9E121) is known color: Pear. HEX triplet: D9, E1 and 21. RGB value is (217,225,33). Sum of RGB (Red+Green+Blue) = 217+225+33=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 33 (13.28% from 255 or 6.95% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E121 is #261EDE. Grayscale: #C9C9C9. Windows color (decimal): -2498271 or 2220505. OLE color: 2220505.
HSL color Cylindrical-coordinate representation of color #D9E121: hue angle of 62.5º 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 #D9E121 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.12 |
| HSL | 62.5º | 0.76% | 0.51% | - |
| HSV(B) | 62.5º | 0.85% | 0.88% | - |
| XYZ | 55.82 | 68.71 | 11.76 | - |
| YUV | 200.72 | 33.35 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 33 | 0.04 | 0 | 0.85 | 0.12 | 62.5 | 0.76 | 0.51 |
| Hex | D9 | E1 | 21 | 4 | 0 | 55 | C | 3F | 4C | 33 |
| Octal | 331 | 341 | 41 | 4 | 0 | 125 | 14 | 77 | 114 | 63 |
| Binary | 11011001 | 11100001 | 100001 | 100 | 0 | 1010101 | 1100 | 111111 | 1001100 | 110011 |
Color Harmonies of #D9E121
Complementary color
Monochromatic Colors of #D9E121
Black with #D9E121
Text Example
Text Example
White with #D9E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E121; }
p { color: rgb(217,225,33); }
H1.HeaderClassName
{
color: #D9E121;
}
.AnyTagClassName
{
color: #D9E121;
}
</style>
background-color css
<style>
a { background-color: #D9E121; }
a { background-color: rgb(217,225,33); }
div.DivClassName
{
background-color: #D9E121;
}
.BgClassName
{
background-color: #D9E121;
}
</style>
border-color css
<style>
span { border-color: #D9E121; }
span { border-color: rgb(217,225,33); }
td.TdClassName
{
border-color: #D9E121;
}
.TagClassName
{
border-color: #D9E121;
}
</style>