Shades of Pear #D8F84A
Tints of Pear #D8F84A
RGB
CMYK
RGB Variations
Color information
#D8F84A (or 0xD8F84A) is known color: Pear. HEX triplet: D8, F8 and 4A. RGB value is (216,248,74). Sum of RGB (Red+Green+Blue) = 216+248+74=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 74 (29.30% from 255 or 13.75% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F84A is #2707B5. Grayscale: #DBDBDB. Windows color (decimal): -2557878 or 4913368. OLE color: 4913368.
HSL color Cylindrical-coordinate representation of color #D8F84A: hue angle of 71.03º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8F84A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 74 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.03 |
| HSL | 71.03º | 0.93% | 0.63% | - |
| HSV(B) | 71.03º | 0.7% | 0.97% | - |
| XYZ | 63.12 | 82.23 | 19.02 | - |
| YUV | 218.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 74 | 0.13 | 0 | 0.70 | 0.03 | 71.03 | 0.93 | 0.63 |
| Hex | D8 | F8 | 4A | D | 0 | 46 | 3 | 47 | 5D | 3F |
| Octal | 330 | 370 | 112 | 15 | 0 | 106 | 3 | 107 | 135 | 77 |
| Binary | 11011000 | 11111000 | 1001010 | 1101 | 0 | 1000110 | 11 | 1000111 | 1011101 | 111111 |
Color Harmonies of #D8F84A
Complementary color
Monochromatic Colors of #D8F84A
Black with #D8F84A
Text Example
Text Example
White with #D8F84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F84A; }
p { color: rgb(216,248,74); }
H1.HeaderClassName
{
color: #D8F84A;
}
.AnyTagClassName
{
color: #D8F84A;
}
</style>
background-color css
<style>
a { background-color: #D8F84A; }
a { background-color: rgb(216,248,74); }
div.DivClassName
{
background-color: #D8F84A;
}
.BgClassName
{
background-color: #D8F84A;
}
</style>
border-color css
<style>
span { border-color: #D8F84A; }
span { border-color: rgb(216,248,74); }
td.TdClassName
{
border-color: #D8F84A;
}
.TagClassName
{
border-color: #D8F84A;
}
</style>