Shades of Pear #D0FE22
Tints of Pear #D0FE22
RGB
CMYK
RGB Variations
Color information
#D0FE22 (or 0xD0FE22) is known color: Pear. HEX triplet: D0, FE and 22. RGB value is (208,254,34). Sum of RGB (Red+Green+Blue) = 208+254+34=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 34 (13.67% from 255 or 6.85% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE22 is #2F01DD. Grayscale: #D8D8D8. Windows color (decimal): -3080670 or 2293456. OLE color: 2293456.
HSL color Cylindrical-coordinate representation of color #D0FE22: hue angle of 72.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0FE22 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 34 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.00 |
| HSL | 72.55º | 0.99% | 0.56% | - |
| HSV(B) | 72.55º | 0.87% | 1% | - |
| XYZ | 61.74 | 84.41 | 14.55 | - |
| YUV | 215.17 | 25.76 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 34 | 0.18 | 0 | 0.87 | 0.00 | 72.55 | 0.99 | 0.56 |
| Hex | D0 | FE | 22 | 12 | 0 | 57 | 0 | 49 | 63 | 38 |
| Octal | 320 | 376 | 42 | 22 | 0 | 127 | 0 | 111 | 143 | 70 |
| Binary | 11010000 | 11111110 | 100010 | 10010 | 0 | 1010111 | 0 | 1001001 | 1100011 | 111000 |
Color Harmonies of #D0FE22
Complementary color
Monochromatic Colors of #D0FE22
Black with #D0FE22
Text Example
Text Example
White with #D0FE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FE22; }
p { color: rgb(208,254,34); }
H1.HeaderClassName
{
color: #D0FE22;
}
.AnyTagClassName
{
color: #D0FE22;
}
</style>
background-color css
<style>
a { background-color: #D0FE22; }
a { background-color: rgb(208,254,34); }
div.DivClassName
{
background-color: #D0FE22;
}
.BgClassName
{
background-color: #D0FE22;
}
</style>
border-color css
<style>
span { border-color: #D0FE22; }
span { border-color: rgb(208,254,34); }
td.TdClassName
{
border-color: #D0FE22;
}
.TagClassName
{
border-color: #D0FE22;
}
</style>