Shades of Pear #D8F72A
Tints of Pear #D8F72A
RGB
CMYK
RGB Variations
Color information
#D8F72A (or 0xD8F72A) is known color: Pear. HEX triplet: D8, F7 and 2A. RGB value is (216,247,42). Sum of RGB (Red+Green+Blue) = 216+247+42=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 42 (16.80% from 255 or 8.32% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F72A is #2708D5. Grayscale: #D7D7D7. Windows color (decimal): -2558166 or 2815960. OLE color: 2815960.
HSL color Cylindrical-coordinate representation of color #D8F72A: hue angle of 69.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8F72A is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 42 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.03 |
| HSL | 69.07º | 0.93% | 0.57% | - |
| HSV(B) | 69.07º | 0.83% | 0.97% | - |
| XYZ | 62 | 81.29 | 14.61 | - |
| YUV | 214.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 42 | 0.13 | 0 | 0.83 | 0.03 | 69.07 | 0.93 | 0.57 |
| Hex | D8 | F7 | 2A | D | 0 | 53 | 3 | 45 | 5D | 39 |
| Octal | 330 | 367 | 52 | 15 | 0 | 123 | 3 | 105 | 135 | 71 |
| Binary | 11011000 | 11110111 | 101010 | 1101 | 0 | 1010011 | 11 | 1000101 | 1011101 | 111001 |
Color Harmonies of #D8F72A
Complementary color
Monochromatic Colors of #D8F72A
Black with #D8F72A
Text Example
Text Example
White with #D8F72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F72A; }
p { color: rgb(216,247,42); }
H1.HeaderClassName
{
color: #D8F72A;
}
.AnyTagClassName
{
color: #D8F72A;
}
</style>
background-color css
<style>
a { background-color: #D8F72A; }
a { background-color: rgb(216,247,42); }
div.DivClassName
{
background-color: #D8F72A;
}
.BgClassName
{
background-color: #D8F72A;
}
</style>
border-color css
<style>
span { border-color: #D8F72A; }
span { border-color: rgb(216,247,42); }
td.TdClassName
{
border-color: #D8F72A;
}
.TagClassName
{
border-color: #D8F72A;
}
</style>