Shades of Pear #D8F440
Tints of Pear #D8F440
RGB
CMYK
RGB Variations
Color information
#D8F440 (or 0xD8F440) is known color: Pear. HEX triplet: D8, F4 and 40. RGB value is (216,244,64). Sum of RGB (Red+Green+Blue) = 216+244+64=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F440 is #270BBF. Grayscale: #D7D7D7. Windows color (decimal): -2558912 or 4256984. OLE color: 4256984.
HSL color Cylindrical-coordinate representation of color #D8F440: hue angle of 69.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8F440 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 244 | 64 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.04 |
| HSL | 69.33º | 0.89% | 0.6% | - |
| HSV(B) | 69.33º | 0.74% | 0.96% | - |
| XYZ | 61.6 | 79.67 | 16.98 | - |
| YUV | 215.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 244 | 64 | 0.11 | 0 | 0.74 | 0.04 | 69.33 | 0.89 | 0.6 |
| Hex | D8 | F4 | 40 | B | 0 | 4A | 4 | 45 | 59 | 3C |
| Octal | 330 | 364 | 100 | 13 | 0 | 112 | 4 | 105 | 131 | 74 |
| Binary | 11011000 | 11110100 | 1000000 | 1011 | 0 | 1001010 | 100 | 1000101 | 1011001 | 111100 |
Color Harmonies of #D8F440
Complementary color
Monochromatic Colors of #D8F440
Black with #D8F440
Text Example
Text Example
White with #D8F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F440; }
p { color: rgb(216,244,64); }
H1.HeaderClassName
{
color: #D8F440;
}
.AnyTagClassName
{
color: #D8F440;
}
</style>
background-color css
<style>
a { background-color: #D8F440; }
a { background-color: rgb(216,244,64); }
div.DivClassName
{
background-color: #D8F440;
}
.BgClassName
{
background-color: #D8F440;
}
</style>
border-color css
<style>
span { border-color: #D8F440; }
span { border-color: rgb(216,244,64); }
td.TdClassName
{
border-color: #D8F440;
}
.TagClassName
{
border-color: #D8F440;
}
</style>