Shades of Pear #D8F424
Tints of Pear #D8F424
RGB
CMYK
RGB Variations
Color information
#D8F424 (or 0xD8F424) is known color: Pear. HEX triplet: D8, F4 and 24. RGB value is (216,244,36). Sum of RGB (Red+Green+Blue) = 216+244+36=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 36 (14.45% from 255 or 7.26% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F424 is #270BDB. Grayscale: #D4D4D4. Windows color (decimal): -2558940 or 2421976. OLE color: 2421976.
HSL color Cylindrical-coordinate representation of color #D8F424: hue angle of 68.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8F424 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 36 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.04 |
| HSL | 68.08º | 0.9% | 0.55% | - |
| HSV(B) | 68.08º | 0.85% | 0.96% | - |
| XYZ | 60.99 | 79.43 | 13.79 | - |
| YUV | 211.92 | 28.72 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 36 | 0.11 | 0 | 0.85 | 0.04 | 68.08 | 0.9 | 0.55 |
| Hex | D8 | F4 | 24 | B | 0 | 55 | 4 | 44 | 5A | 37 |
| Octal | 330 | 364 | 44 | 13 | 0 | 125 | 4 | 104 | 132 | 67 |
| Binary | 11011000 | 11110100 | 100100 | 1011 | 0 | 1010101 | 100 | 1000100 | 1011010 | 110111 |
Color Harmonies of #D8F424
Complementary color
Monochromatic Colors of #D8F424
Black with #D8F424
Text Example
Text Example
White with #D8F424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F424; }
p { color: rgb(216,244,36); }
H1.HeaderClassName
{
color: #D8F424;
}
.AnyTagClassName
{
color: #D8F424;
}
</style>
background-color css
<style>
a { background-color: #D8F424; }
a { background-color: rgb(216,244,36); }
div.DivClassName
{
background-color: #D8F424;
}
.BgClassName
{
background-color: #D8F424;
}
</style>
border-color css
<style>
span { border-color: #D8F424; }
span { border-color: rgb(216,244,36); }
td.TdClassName
{
border-color: #D8F424;
}
.TagClassName
{
border-color: #D8F424;
}
</style>