Shades of Pear #D2FD22
Tints of Pear #D2FD22
RGB
CMYK
RGB Variations
Color information
#D2FD22 (or 0xD2FD22) is known color: Pear. HEX triplet: D2, FD and 22. RGB value is (210,253,34). Sum of RGB (Red+Green+Blue) = 210+253+34=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 34 (13.67% from 255 or 6.84% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2FD22 is #2D02DD. Grayscale: #D8D8D8. Windows color (decimal): -2949854 or 2293202. OLE color: 2293202.
HSL color Cylindrical-coordinate representation of color #D2FD22: hue angle of 71.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2FD22 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 34 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.01 |
| HSL | 71.78º | 0.98% | 0.56% | - |
| HSV(B) | 71.78º | 0.87% | 0.99% | - |
| XYZ | 61.99 | 84.07 | 14.47 | - |
| YUV | 215.18 | 25.75 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 34 | 0.17 | 0 | 0.87 | 0.01 | 71.78 | 0.98 | 0.56 |
| Hex | D2 | FD | 22 | 11 | 0 | 57 | 1 | 48 | 62 | 38 |
| Octal | 322 | 375 | 42 | 21 | 0 | 127 | 1 | 110 | 142 | 70 |
| Binary | 11010010 | 11111101 | 100010 | 10001 | 0 | 1010111 | 1 | 1001000 | 1100010 | 111000 |
Color Harmonies of #D2FD22
Complementary color
Monochromatic Colors of #D2FD22
Black with #D2FD22
Text Example
Text Example
White with #D2FD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD22; }
p { color: rgb(210,253,34); }
H1.HeaderClassName
{
color: #D2FD22;
}
.AnyTagClassName
{
color: #D2FD22;
}
</style>
background-color css
<style>
a { background-color: #D2FD22; }
a { background-color: rgb(210,253,34); }
div.DivClassName
{
background-color: #D2FD22;
}
.BgClassName
{
background-color: #D2FD22;
}
</style>
border-color css
<style>
span { border-color: #D2FD22; }
span { border-color: rgb(210,253,34); }
td.TdClassName
{
border-color: #D2FD22;
}
.TagClassName
{
border-color: #D2FD22;
}
</style>