Shades of Pear #D8F11E
Tints of Pear #D8F11E
RGB
CMYK
RGB Variations
Color information
#D8F11E (or 0xD8F11E) is known color: Pear. HEX triplet: D8, F1 and 1E. RGB value is (216,241,30). Sum of RGB (Red+Green+Blue) = 216+241+30=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F11E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F11E is #270EE1. Grayscale: #D2D2D2. Windows color (decimal): -2559714 or 2027992. OLE color: 2027992.
HSL color Cylindrical-coordinate representation of color #D8F11E: hue angle of 67.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8F11E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 30 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 67.11º | 0.88% | 0.53% | - |
| HSV(B) | 67.11º | 0.88% | 0.95% | - |
| XYZ | 60.01 | 77.6 | 13.04 | - |
| YUV | 209.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 30 | 0.10 | 0 | 0.88 | 0.05 | 67.11 | 0.88 | 0.53 |
| Hex | D8 | F1 | 1E | A | 0 | 58 | 5 | 43 | 58 | 35 |
| Octal | 330 | 361 | 36 | 12 | 0 | 130 | 5 | 103 | 130 | 65 |
| Binary | 11011000 | 11110001 | 11110 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011000 | 110101 |
Color Harmonies of #D8F11E
Complementary color
Monochromatic Colors of #D8F11E
Black with #D8F11E
Text Example
Text Example
White with #D8F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F11E; }
p { color: rgb(216,241,30); }
H1.HeaderClassName
{
color: #D8F11E;
}
.AnyTagClassName
{
color: #D8F11E;
}
</style>
background-color css
<style>
a { background-color: #D8F11E; }
a { background-color: rgb(216,241,30); }
div.DivClassName
{
background-color: #D8F11E;
}
.BgClassName
{
background-color: #D8F11E;
}
</style>
border-color css
<style>
span { border-color: #D8F11E; }
span { border-color: rgb(216,241,30); }
td.TdClassName
{
border-color: #D8F11E;
}
.TagClassName
{
border-color: #D8F11E;
}
</style>