Shades of Pear #D8EE26
Tints of Pear #D8EE26
RGB
CMYK
RGB Variations
Color information
#D8EE26 (or 0xD8EE26) is known color: Pear. HEX triplet: D8, EE and 26. RGB value is (216,238,38). Sum of RGB (Red+Green+Blue) = 216+238+38=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EE26 is #2711D9. Grayscale: #D1D1D1. Windows color (decimal): -2560474 or 2551512. OLE color: 2551512.
HSL color Cylindrical-coordinate representation of color #D8EE26: hue angle of 66.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D8EE26 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 238 | 38 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.07 |
| HSL | 66.6º | 0.85% | 0.54% | - |
| HSV(B) | 66.6º | 0.84% | 0.93% | - |
| XYZ | 59.24 | 75.89 | 13.36 | - |
| YUV | 208.62 | 31.71 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 238 | 38 | 0.09 | 0 | 0.84 | 0.07 | 66.6 | 0.85 | 0.54 |
| Hex | D8 | EE | 26 | 9 | 0 | 54 | 7 | 43 | 55 | 36 |
| Octal | 330 | 356 | 46 | 11 | 0 | 124 | 7 | 103 | 125 | 66 |
| Binary | 11011000 | 11101110 | 100110 | 1001 | 0 | 1010100 | 111 | 1000011 | 1010101 | 110110 |
Color Harmonies of #D8EE26
Complementary color
Monochromatic Colors of #D8EE26
Black with #D8EE26
Text Example
Text Example
White with #D8EE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EE26; }
p { color: rgb(216,238,38); }
H1.HeaderClassName
{
color: #D8EE26;
}
.AnyTagClassName
{
color: #D8EE26;
}
</style>
background-color css
<style>
a { background-color: #D8EE26; }
a { background-color: rgb(216,238,38); }
div.DivClassName
{
background-color: #D8EE26;
}
.BgClassName
{
background-color: #D8EE26;
}
</style>
border-color css
<style>
span { border-color: #D8EE26; }
span { border-color: rgb(216,238,38); }
td.TdClassName
{
border-color: #D8EE26;
}
.TagClassName
{
border-color: #D8EE26;
}
</style>