Shades of Pear #D8F22F
Tints of Pear #D8F22F
RGB
CMYK
RGB Variations
Color information
#D8F22F (or 0xD8F22F) is known color: Pear. HEX triplet: D8, F2 and 2F. RGB value is (216,242,47). Sum of RGB (Red+Green+Blue) = 216+242+47=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 47 (18.75% from 255 or 9.31% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F22F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F22F is #270DD0. Grayscale: #D4D4D4. Windows color (decimal): -2559441 or 3142360. OLE color: 3142360.
HSL color Cylindrical-coordinate representation of color #D8F22F: hue angle of 68º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8F22F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 47 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.05 |
| HSL | 68º | 0.88% | 0.57% | - |
| HSV(B) | 68º | 0.81% | 0.95% | - |
| XYZ | 60.58 | 78.31 | 14.61 | - |
| YUV | 212 | 34.89 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 47 | 0.11 | 0 | 0.81 | 0.05 | 68 | 0.88 | 0.57 |
| Hex | D8 | F2 | 2F | B | 0 | 51 | 5 | 44 | 58 | 39 |
| Octal | 330 | 362 | 57 | 13 | 0 | 121 | 5 | 104 | 130 | 71 |
| Binary | 11011000 | 11110010 | 101111 | 1011 | 0 | 1010001 | 101 | 1000100 | 1011000 | 111001 |
Color Harmonies of #D8F22F
Complementary color
Monochromatic Colors of #D8F22F
Black with #D8F22F
Text Example
Text Example
White with #D8F22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F22F; }
p { color: rgb(216,242,47); }
H1.HeaderClassName
{
color: #D8F22F;
}
.AnyTagClassName
{
color: #D8F22F;
}
</style>
background-color css
<style>
a { background-color: #D8F22F; }
a { background-color: rgb(216,242,47); }
div.DivClassName
{
background-color: #D8F22F;
}
.BgClassName
{
background-color: #D8F22F;
}
</style>
border-color css
<style>
span { border-color: #D8F22F; }
span { border-color: rgb(216,242,47); }
td.TdClassName
{
border-color: #D8F22F;
}
.TagClassName
{
border-color: #D8F22F;
}
</style>