Shades of Pear #D8EC35
Tints of Pear #D8EC35
RGB
CMYK
RGB Variations
Color information
#D8EC35 (or 0xD8EC35) is known color: Pear. HEX triplet: D8, EC and 35. RGB value is (216,236,53). Sum of RGB (Red+Green+Blue) = 216+236+53=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8EC35 is #2713CA. Grayscale: #D1D1D1. Windows color (decimal): -2560971 or 3534040. OLE color: 3534040.
HSL color Cylindrical-coordinate representation of color #D8EC35: hue angle of 66.56º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8EC35 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 236 | 53 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.07 |
| HSL | 66.56º | 0.83% | 0.57% | - |
| HSV(B) | 66.56º | 0.78% | 0.93% | - |
| XYZ | 58.96 | 74.85 | 14.71 | - |
| YUV | 209.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 236 | 53 | 0.08 | 0 | 0.78 | 0.07 | 66.56 | 0.83 | 0.57 |
| Hex | D8 | EC | 35 | 8 | 0 | 4E | 7 | 43 | 53 | 39 |
| Octal | 330 | 354 | 65 | 10 | 0 | 116 | 7 | 103 | 123 | 71 |
| Binary | 11011000 | 11101100 | 110101 | 1000 | 0 | 1001110 | 111 | 1000011 | 1010011 | 111001 |
Color Harmonies of #D8EC35
Complementary color
Monochromatic Colors of #D8EC35
Black with #D8EC35
Text Example
Text Example
White with #D8EC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EC35; }
p { color: rgb(216,236,53); }
H1.HeaderClassName
{
color: #D8EC35;
}
.AnyTagClassName
{
color: #D8EC35;
}
</style>
background-color css
<style>
a { background-color: #D8EC35; }
a { background-color: rgb(216,236,53); }
div.DivClassName
{
background-color: #D8EC35;
}
.BgClassName
{
background-color: #D8EC35;
}
</style>
border-color css
<style>
span { border-color: #D8EC35; }
span { border-color: rgb(216,236,53); }
td.TdClassName
{
border-color: #D8EC35;
}
.TagClassName
{
border-color: #D8EC35;
}
</style>