Shades of Pear #D8EC27
Tints of Pear #D8EC27
RGB
CMYK
RGB Variations
Color information
#D8EC27 (or 0xD8EC27) is known color: Pear. HEX triplet: D8, EC and 27. RGB value is (216,236,39). Sum of RGB (Red+Green+Blue) = 216+236+39=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 39 (15.62% from 255 or 7.94% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EC27 is #2713D8. Grayscale: #D0D0D0. Windows color (decimal): -2560985 or 2616536. OLE color: 2616536.
HSL color Cylindrical-coordinate representation of color #D8EC27: hue angle of 66.09º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8EC27 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 39 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.07 |
| HSL | 66.09º | 0.84% | 0.54% | - |
| HSV(B) | 66.09º | 0.83% | 0.93% | - |
| XYZ | 58.68 | 74.74 | 13.25 | - |
| YUV | 207.56 | 32.87 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 39 | 0.08 | 0 | 0.83 | 0.07 | 66.09 | 0.84 | 0.54 |
| Hex | D8 | EC | 27 | 8 | 0 | 53 | 7 | 42 | 54 | 36 |
| Octal | 330 | 354 | 47 | 10 | 0 | 123 | 7 | 102 | 124 | 66 |
| Binary | 11011000 | 11101100 | 100111 | 1000 | 0 | 1010011 | 111 | 1000010 | 1010100 | 110110 |
Color Harmonies of #D8EC27
Complementary color
Monochromatic Colors of #D8EC27
Black with #D8EC27
Text Example
Text Example
White with #D8EC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC27; }
p { color: rgb(216,236,39); }
H1.HeaderClassName
{
color: #D8EC27;
}
.AnyTagClassName
{
color: #D8EC27;
}
</style>
background-color css
<style>
a { background-color: #D8EC27; }
a { background-color: rgb(216,236,39); }
div.DivClassName
{
background-color: #D8EC27;
}
.BgClassName
{
background-color: #D8EC27;
}
</style>
border-color css
<style>
span { border-color: #D8EC27; }
span { border-color: rgb(216,236,39); }
td.TdClassName
{
border-color: #D8EC27;
}
.TagClassName
{
border-color: #D8EC27;
}
</style>