Shades of Pear #D8F31E
Tints of Pear #D8F31E
RGB
CMYK
RGB Variations
Color information
#D8F31E (or 0xD8F31E) is known color: Pear. HEX triplet: D8, F3 and 1E. RGB value is (216,243,30). Sum of RGB (Red+Green+Blue) = 216+243+30=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 243 (95.31% from 255 or 49.69% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 243 - color contains mainly: green. Hex color #D8F31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F31E is #270CE1. Grayscale: #D3D3D3. Windows color (decimal): -2559202 or 2028504. OLE color: 2028504.
HSL color Cylindrical-coordinate representation of color #D8F31E: hue angle of 67.61º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8F31E is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 243 | 30 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.05 |
| HSL | 67.61º | 0.9% | 0.54% | - |
| HSV(B) | 67.61º | 0.88% | 0.95% | - |
| XYZ | 60.6 | 78.79 | 13.24 | - |
| YUV | 210.65 | 26.05 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 243 | 30 | 0.11 | 0 | 0.88 | 0.05 | 67.61 | 0.9 | 0.54 |
| Hex | D8 | F3 | 1E | B | 0 | 58 | 5 | 44 | 5A | 36 |
| Octal | 330 | 363 | 36 | 13 | 0 | 130 | 5 | 104 | 132 | 66 |
| Binary | 11011000 | 11110011 | 11110 | 1011 | 0 | 1011000 | 101 | 1000100 | 1011010 | 110110 |
Color Harmonies of #D8F31E
Complementary color
Monochromatic Colors of #D8F31E
Black with #D8F31E
Text Example
Text Example
White with #D8F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F31E; }
p { color: rgb(216,243,30); }
H1.HeaderClassName
{
color: #D8F31E;
}
.AnyTagClassName
{
color: #D8F31E;
}
</style>
background-color css
<style>
a { background-color: #D8F31E; }
a { background-color: rgb(216,243,30); }
div.DivClassName
{
background-color: #D8F31E;
}
.BgClassName
{
background-color: #D8F31E;
}
</style>
border-color css
<style>
span { border-color: #D8F31E; }
span { border-color: rgb(216,243,30); }
td.TdClassName
{
border-color: #D8F31E;
}
.TagClassName
{
border-color: #D8F31E;
}
</style>