Shades of Pear #D2EC48
Tints of Pear #D2EC48
RGB
CMYK
RGB Variations
Color information
#D2EC48 (or 0xD2EC48) is known color: Pear. HEX triplet: D2, EC and 48. RGB value is (210,236,72). Sum of RGB (Red+Green+Blue) = 210+236+72=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EC48 is #2D13B7. Grayscale: #D2D2D2. Windows color (decimal): -2954168 or 4779218. OLE color: 4779218.
HSL color Cylindrical-coordinate representation of color #D2EC48: hue angle of 69.51º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2EC48 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 72 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.07 |
| HSL | 69.51º | 0.81% | 0.6% | - |
| HSV(B) | 69.51º | 0.69% | 0.93% | - |
| XYZ | 57.74 | 74.16 | 17.4 | - |
| YUV | 209.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 72 | 0.11 | 0 | 0.69 | 0.07 | 69.51 | 0.81 | 0.6 |
| Hex | D2 | EC | 48 | B | 0 | 45 | 7 | 46 | 51 | 3C |
| Octal | 322 | 354 | 110 | 13 | 0 | 105 | 7 | 106 | 121 | 74 |
| Binary | 11010010 | 11101100 | 1001000 | 1011 | 0 | 1000101 | 111 | 1000110 | 1010001 | 111100 |
Color Harmonies of #D2EC48
Complementary color
Monochromatic Colors of #D2EC48
Black with #D2EC48
Text Example
Text Example
White with #D2EC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC48; }
p { color: rgb(210,236,72); }
H1.HeaderClassName
{
color: #D2EC48;
}
.AnyTagClassName
{
color: #D2EC48;
}
</style>
background-color css
<style>
a { background-color: #D2EC48; }
a { background-color: rgb(210,236,72); }
div.DivClassName
{
background-color: #D2EC48;
}
.BgClassName
{
background-color: #D2EC48;
}
</style>
border-color css
<style>
span { border-color: #D2EC48; }
span { border-color: rgb(210,236,72); }
td.TdClassName
{
border-color: #D2EC48;
}
.TagClassName
{
border-color: #D2EC48;
}
</style>