Shades of Pear #D2EC4E
Tints of Pear #D2EC4E
RGB
CMYK
RGB Variations
Color information
#D2EC4E (or 0xD2EC4E) is known color: Pear. HEX triplet: D2, EC and 4E. RGB value is (210,236,78). Sum of RGB (Red+Green+Blue) = 210+236+78=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EC4E is #2D13B1. Grayscale: #D2D2D2. Windows color (decimal): -2954162 or 5172434. OLE color: 5172434.
HSL color Cylindrical-coordinate representation of color #D2EC4E: hue angle of 69.87º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2EC4E is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 78 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.07 |
| HSL | 69.87º | 0.81% | 0.62% | - |
| HSV(B) | 69.87º | 0.67% | 0.93% | - |
| XYZ | 57.95 | 74.24 | 18.48 | - |
| YUV | 210.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 78 | 0.11 | 0 | 0.67 | 0.07 | 69.87 | 0.81 | 0.62 |
| Hex | D2 | EC | 4E | B | 0 | 43 | 7 | 46 | 51 | 3E |
| Octal | 322 | 354 | 116 | 13 | 0 | 103 | 7 | 106 | 121 | 76 |
| Binary | 11010010 | 11101100 | 1001110 | 1011 | 0 | 1000011 | 111 | 1000110 | 1010001 | 111110 |
Color Harmonies of #D2EC4E
Complementary color
Monochromatic Colors of #D2EC4E
Black with #D2EC4E
Text Example
Text Example
White with #D2EC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC4E; }
p { color: rgb(210,236,78); }
H1.HeaderClassName
{
color: #D2EC4E;
}
.AnyTagClassName
{
color: #D2EC4E;
}
</style>
background-color css
<style>
a { background-color: #D2EC4E; }
a { background-color: rgb(210,236,78); }
div.DivClassName
{
background-color: #D2EC4E;
}
.BgClassName
{
background-color: #D2EC4E;
}
</style>
border-color css
<style>
span { border-color: #D2EC4E; }
span { border-color: rgb(210,236,78); }
td.TdClassName
{
border-color: #D2EC4E;
}
.TagClassName
{
border-color: #D2EC4E;
}
</style>