Shades of Pear #D8EF40
Tints of Pear #D8EF40
RGB
CMYK
RGB Variations
Color information
#D8EF40 (or 0xD8EF40) is known color: Pear. HEX triplet: D8, EF and 40. RGB value is (216,239,64). Sum of RGB (Red+Green+Blue) = 216+239+64=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EF40 is #2710BF. Grayscale: #D4D4D4. Windows color (decimal): -2560192 or 4255704. OLE color: 4255704.
HSL color Cylindrical-coordinate representation of color #D8EF40: hue angle of 67.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8EF40 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 239 | 64 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.06 |
| HSL | 67.89º | 0.85% | 0.59% | - |
| HSV(B) | 67.89º | 0.73% | 0.94% | - |
| XYZ | 60.11 | 76.7 | 16.49 | - |
| YUV | 212.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 239 | 64 | 0.10 | 0 | 0.73 | 0.06 | 67.89 | 0.85 | 0.59 |
| Hex | D8 | EF | 40 | A | 0 | 49 | 6 | 44 | 55 | 3B |
| Octal | 330 | 357 | 100 | 12 | 0 | 111 | 6 | 104 | 125 | 73 |
| Binary | 11011000 | 11101111 | 1000000 | 1010 | 0 | 1001001 | 110 | 1000100 | 1010101 | 111011 |
Color Harmonies of #D8EF40
Complementary color
Monochromatic Colors of #D8EF40
Black with #D8EF40
Text Example
Text Example
White with #D8EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EF40; }
p { color: rgb(216,239,64); }
H1.HeaderClassName
{
color: #D8EF40;
}
.AnyTagClassName
{
color: #D8EF40;
}
</style>
background-color css
<style>
a { background-color: #D8EF40; }
a { background-color: rgb(216,239,64); }
div.DivClassName
{
background-color: #D8EF40;
}
.BgClassName
{
background-color: #D8EF40;
}
</style>
border-color css
<style>
span { border-color: #D8EF40; }
span { border-color: rgb(216,239,64); }
td.TdClassName
{
border-color: #D8EF40;
}
.TagClassName
{
border-color: #D8EF40;
}
</style>