Shades of Pear #D2E121
Tints of Pear #D2E121
RGB
CMYK
RGB Variations
Color information
#D2E121 (or 0xD2E121) is known color: Pear. HEX triplet: D2, E1 and 21. RGB value is (210,225,33). Sum of RGB (Red+Green+Blue) = 210+225+33=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E121 is #2D1EDE. Grayscale: #C7C7C7. Windows color (decimal): -2957023 or 2220498. OLE color: 2220498.
HSL color Cylindrical-coordinate representation of color #D2E121: hue angle of 64.69º 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 #D2E121 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 33 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.12 |
| HSL | 64.69º | 0.76% | 0.51% | - |
| HSV(B) | 64.69º | 0.85% | 0.88% | - |
| XYZ | 53.78 | 67.66 | 11.66 | - |
| YUV | 198.63 | 34.53 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 33 | 0.07 | 0 | 0.85 | 0.12 | 64.69 | 0.76 | 0.51 |
| Hex | D2 | E1 | 21 | 7 | 0 | 55 | C | 41 | 4C | 33 |
| Octal | 322 | 341 | 41 | 7 | 0 | 125 | 14 | 101 | 114 | 63 |
| Binary | 11010010 | 11100001 | 100001 | 111 | 0 | 1010101 | 1100 | 1000001 | 1001100 | 110011 |
Color Harmonies of #D2E121
Complementary color
Monochromatic Colors of #D2E121
Black with #D2E121
Text Example
Text Example
White with #D2E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E121; }
p { color: rgb(210,225,33); }
H1.HeaderClassName
{
color: #D2E121;
}
.AnyTagClassName
{
color: #D2E121;
}
</style>
background-color css
<style>
a { background-color: #D2E121; }
a { background-color: rgb(210,225,33); }
div.DivClassName
{
background-color: #D2E121;
}
.BgClassName
{
background-color: #D2E121;
}
</style>
border-color css
<style>
span { border-color: #D2E121; }
span { border-color: rgb(210,225,33); }
td.TdClassName
{
border-color: #D2E121;
}
.TagClassName
{
border-color: #D2E121;
}
</style>