Shades of Pear #D8FE22
Tints of Pear #D8FE22
RGB
CMYK
RGB Variations
Color information
#D8FE22 (or 0xD8FE22) is known color: Pear. HEX triplet: D8, FE and 22. RGB value is (216,254,34). Sum of RGB (Red+Green+Blue) = 216+254+34=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FE22 is #2701DD. Grayscale: #DADADA. Windows color (decimal): -2556382 or 2293464. OLE color: 2293464.
HSL color Cylindrical-coordinate representation of color #D8FE22: hue angle of 70.36º 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 #D8FE22 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 34 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.00 |
| HSL | 70.36º | 0.99% | 0.56% | - |
| HSV(B) | 70.36º | 0.87% | 1% | - |
| XYZ | 64.05 | 85.6 | 14.66 | - |
| YUV | 217.56 | 24.41 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 34 | 0.15 | 0 | 0.87 | 0.00 | 70.36 | 0.99 | 0.56 |
| Hex | D8 | FE | 22 | F | 0 | 57 | 0 | 46 | 63 | 38 |
| Octal | 330 | 376 | 42 | 17 | 0 | 127 | 0 | 106 | 143 | 70 |
| Binary | 11011000 | 11111110 | 100010 | 1111 | 0 | 1010111 | 0 | 1000110 | 1100011 | 111000 |
Color Harmonies of #D8FE22
Complementary color
Monochromatic Colors of #D8FE22
Black with #D8FE22
Text Example
Text Example
White with #D8FE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE22; }
p { color: rgb(216,254,34); }
H1.HeaderClassName
{
color: #D8FE22;
}
.AnyTagClassName
{
color: #D8FE22;
}
</style>
background-color css
<style>
a { background-color: #D8FE22; }
a { background-color: rgb(216,254,34); }
div.DivClassName
{
background-color: #D8FE22;
}
.BgClassName
{
background-color: #D8FE22;
}
</style>
border-color css
<style>
span { border-color: #D8FE22; }
span { border-color: rgb(216,254,34); }
td.TdClassName
{
border-color: #D8FE22;
}
.TagClassName
{
border-color: #D8FE22;
}
</style>