Shades of Pear #D2EC46
Tints of Pear #D2EC46
RGB
CMYK
RGB Variations
Color information
#D2EC46 (or 0xD2EC46) is known color: Pear. HEX triplet: D2, EC and 46. RGB value is (210,236,70). Sum of RGB (Red+Green+Blue) = 210+236+70=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EC46 is #2D13B9. Grayscale: #D1D1D1. Windows color (decimal): -2954170 or 4648146. OLE color: 4648146.
HSL color Cylindrical-coordinate representation of color #D2EC46: hue angle of 69.4º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2EC46 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 70 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.07 |
| HSL | 69.4º | 0.81% | 0.6% | - |
| HSV(B) | 69.4º | 0.7% | 0.93% | - |
| XYZ | 57.68 | 74.13 | 17.06 | - |
| YUV | 209.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 70 | 0.11 | 0 | 0.70 | 0.07 | 69.4 | 0.81 | 0.6 |
| Hex | D2 | EC | 46 | B | 0 | 46 | 7 | 45 | 51 | 3C |
| Octal | 322 | 354 | 106 | 13 | 0 | 106 | 7 | 105 | 121 | 74 |
| Binary | 11010010 | 11101100 | 1000110 | 1011 | 0 | 1000110 | 111 | 1000101 | 1010001 | 111100 |
Color Harmonies of #D2EC46
Complementary color
Monochromatic Colors of #D2EC46
Black with #D2EC46
Text Example
Text Example
White with #D2EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC46; }
p { color: rgb(210,236,70); }
H1.HeaderClassName
{
color: #D2EC46;
}
.AnyTagClassName
{
color: #D2EC46;
}
</style>
background-color css
<style>
a { background-color: #D2EC46; }
a { background-color: rgb(210,236,70); }
div.DivClassName
{
background-color: #D2EC46;
}
.BgClassName
{
background-color: #D2EC46;
}
</style>
border-color css
<style>
span { border-color: #D2EC46; }
span { border-color: rgb(210,236,70); }
td.TdClassName
{
border-color: #D2EC46;
}
.TagClassName
{
border-color: #D2EC46;
}
</style>