Shades of Pear #D2EC41
Tints of Pear #D2EC41
RGB
CMYK
RGB Variations
Color information
#D2EC41 (or 0xD2EC41) is known color: Pear. HEX triplet: D2, EC and 41. RGB value is (210,236,65). Sum of RGB (Red+Green+Blue) = 210+236+65=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EC41 is #2D13BE. Grayscale: #D1D1D1. Windows color (decimal): -2954175 or 4320466. OLE color: 4320466.
HSL color Cylindrical-coordinate representation of color #D2EC41: hue angle of 69.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2EC41 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 65 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.07 |
| HSL | 69.12º | 0.82% | 0.59% | - |
| HSV(B) | 69.12º | 0.72% | 0.93% | - |
| XYZ | 57.53 | 74.07 | 16.27 | - |
| YUV | 208.73 | 46.89 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 65 | 0.11 | 0 | 0.72 | 0.07 | 69.12 | 0.82 | 0.59 |
| Hex | D2 | EC | 41 | B | 0 | 48 | 7 | 45 | 52 | 3B |
| Octal | 322 | 354 | 101 | 13 | 0 | 110 | 7 | 105 | 122 | 73 |
| Binary | 11010010 | 11101100 | 1000001 | 1011 | 0 | 1001000 | 111 | 1000101 | 1010010 | 111011 |
Color Harmonies of #D2EC41
Complementary color
Monochromatic Colors of #D2EC41
Black with #D2EC41
Text Example
Text Example
White with #D2EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC41; }
p { color: rgb(210,236,65); }
H1.HeaderClassName
{
color: #D2EC41;
}
.AnyTagClassName
{
color: #D2EC41;
}
</style>
background-color css
<style>
a { background-color: #D2EC41; }
a { background-color: rgb(210,236,65); }
div.DivClassName
{
background-color: #D2EC41;
}
.BgClassName
{
background-color: #D2EC41;
}
</style>
border-color css
<style>
span { border-color: #D2EC41; }
span { border-color: rgb(210,236,65); }
td.TdClassName
{
border-color: #D2EC41;
}
.TagClassName
{
border-color: #D2EC41;
}
</style>