Shades of Pear #D8F81E
Tints of Pear #D8F81E
RGB
CMYK
RGB Variations
Color information
#D8F81E (or 0xD8F81E) is known color: Pear. HEX triplet: D8, F8 and 1E. RGB value is (216,248,30). Sum of RGB (Red+Green+Blue) = 216+248+30=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F81E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F81E is #2707E1. Grayscale: #D6D6D6. Windows color (decimal): -2557922 or 2029784. OLE color: 2029784.
HSL color Cylindrical-coordinate representation of color #D8F81E: hue angle of 68.81º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8F81E is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 30 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.03 |
| HSL | 68.81º | 0.94% | 0.55% | - |
| HSV(B) | 68.81º | 0.88% | 0.97% | - |
| XYZ | 62.12 | 81.83 | 13.75 | - |
| YUV | 213.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 30 | 0.13 | 0 | 0.88 | 0.03 | 68.81 | 0.94 | 0.55 |
| Hex | D8 | F8 | 1E | D | 0 | 58 | 3 | 45 | 5E | 37 |
| Octal | 330 | 370 | 36 | 15 | 0 | 130 | 3 | 105 | 136 | 67 |
| Binary | 11011000 | 11111000 | 11110 | 1101 | 0 | 1011000 | 11 | 1000101 | 1011110 | 110111 |
Color Harmonies of #D8F81E
Complementary color
Monochromatic Colors of #D8F81E
Black with #D8F81E
Text Example
Text Example
White with #D8F81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F81E; }
p { color: rgb(216,248,30); }
H1.HeaderClassName
{
color: #D8F81E;
}
.AnyTagClassName
{
color: #D8F81E;
}
</style>
background-color css
<style>
a { background-color: #D8F81E; }
a { background-color: rgb(216,248,30); }
div.DivClassName
{
background-color: #D8F81E;
}
.BgClassName
{
background-color: #D8F81E;
}
</style>
border-color css
<style>
span { border-color: #D8F81E; }
span { border-color: rgb(216,248,30); }
td.TdClassName
{
border-color: #D8F81E;
}
.TagClassName
{
border-color: #D8F81E;
}
</style>