Shades of Pear #D0F222
Tints of Pear #D0F222
RGB
CMYK
RGB Variations
Color information
#D0F222 (or 0xD0F222) is known color: Pear. HEX triplet: D0, F2 and 22. RGB value is (208,242,34). Sum of RGB (Red+Green+Blue) = 208+242+34=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F222 is #2F0DDD. Grayscale: #D0D0D0. Windows color (decimal): -3083742 or 2290384. OLE color: 2290384.
HSL color Cylindrical-coordinate representation of color #D0F222: hue angle of 69.81º degrees, saturation: 0.89, 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 #D0F222 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 34 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.05 |
| HSL | 69.81º | 0.89% | 0.54% | - |
| HSV(B) | 69.81º | 0.86% | 0.95% | - |
| XYZ | 58.05 | 77.03 | 13.32 | - |
| YUV | 208.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 34 | 0.14 | 0 | 0.86 | 0.05 | 69.81 | 0.89 | 0.54 |
| Hex | D0 | F2 | 22 | E | 0 | 56 | 5 | 46 | 59 | 36 |
| Octal | 320 | 362 | 42 | 16 | 0 | 126 | 5 | 106 | 131 | 66 |
| Binary | 11010000 | 11110010 | 100010 | 1110 | 0 | 1010110 | 101 | 1000110 | 1011001 | 110110 |
Color Harmonies of #D0F222
Complementary color
Monochromatic Colors of #D0F222
Black with #D0F222
Text Example
Text Example
White with #D0F222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F222; }
p { color: rgb(208,242,34); }
H1.HeaderClassName
{
color: #D0F222;
}
.AnyTagClassName
{
color: #D0F222;
}
</style>
background-color css
<style>
a { background-color: #D0F222; }
a { background-color: rgb(208,242,34); }
div.DivClassName
{
background-color: #D0F222;
}
.BgClassName
{
background-color: #D0F222;
}
</style>
border-color css
<style>
span { border-color: #D0F222; }
span { border-color: rgb(208,242,34); }
td.TdClassName
{
border-color: #D0F222;
}
.TagClassName
{
border-color: #D0F222;
}
</style>