Shades of Pear #D2F121
Tints of Pear #D2F121
RGB
CMYK
RGB Variations
Color information
#D2F121 (or 0xD2F121) is known color: Pear. HEX triplet: D2, F1 and 21. RGB value is (210,241,33). Sum of RGB (Red+Green+Blue) = 210+241+33=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 33 (13.28% from 255 or 6.82% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F121 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F121 is #2D0EDE. Grayscale: #D0D0D0. Windows color (decimal): -2952927 or 2224594. OLE color: 2224594.
HSL color Cylindrical-coordinate representation of color #D2F121: hue angle of 68.94º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2F121 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 33 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.05 |
| HSL | 68.94º | 0.88% | 0.54% | - |
| HSV(B) | 68.94º | 0.86% | 0.95% | - |
| XYZ | 58.31 | 76.72 | 13.17 | - |
| YUV | 208.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 33 | 0.13 | 0 | 0.86 | 0.05 | 68.94 | 0.88 | 0.54 |
| Hex | D2 | F1 | 21 | D | 0 | 56 | 5 | 45 | 58 | 36 |
| Octal | 322 | 361 | 41 | 15 | 0 | 126 | 5 | 105 | 130 | 66 |
| Binary | 11010010 | 11110001 | 100001 | 1101 | 0 | 1010110 | 101 | 1000101 | 1011000 | 110110 |
Color Harmonies of #D2F121
Complementary color
Monochromatic Colors of #D2F121
Black with #D2F121
Text Example
Text Example
White with #D2F121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F121; }
p { color: rgb(210,241,33); }
H1.HeaderClassName
{
color: #D2F121;
}
.AnyTagClassName
{
color: #D2F121;
}
</style>
background-color css
<style>
a { background-color: #D2F121; }
a { background-color: rgb(210,241,33); }
div.DivClassName
{
background-color: #D2F121;
}
.BgClassName
{
background-color: #D2F121;
}
</style>
border-color css
<style>
span { border-color: #D2F121; }
span { border-color: rgb(210,241,33); }
td.TdClassName
{
border-color: #D2F121;
}
.TagClassName
{
border-color: #D2F121;
}
</style>