Shades of Pear #D2EC4B
Tints of Pear #D2EC4B
RGB
CMYK
RGB Variations
Color information
#D2EC4B (or 0xD2EC4B) is known color: Pear. HEX triplet: D2, EC and 4B. RGB value is (210,236,75). Sum of RGB (Red+Green+Blue) = 210+236+75=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2EC4B is #2D13B4. Grayscale: #D2D2D2. Windows color (decimal): -2954165 or 4975826. OLE color: 4975826.
HSL color Cylindrical-coordinate representation of color #D2EC4B: hue angle of 69.69º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2EC4B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 236 | 75 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.07 |
| HSL | 69.69º | 0.81% | 0.61% | - |
| HSV(B) | 69.69º | 0.68% | 0.93% | - |
| XYZ | 57.84 | 74.2 | 17.93 | - |
| YUV | 209.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 236 | 75 | 0.11 | 0 | 0.68 | 0.07 | 69.69 | 0.81 | 0.61 |
| Hex | D2 | EC | 4B | B | 0 | 44 | 7 | 46 | 51 | 3D |
| Octal | 322 | 354 | 113 | 13 | 0 | 104 | 7 | 106 | 121 | 75 |
| Binary | 11010010 | 11101100 | 1001011 | 1011 | 0 | 1000100 | 111 | 1000110 | 1010001 | 111101 |
Color Harmonies of #D2EC4B
Complementary color
Monochromatic Colors of #D2EC4B
Black with #D2EC4B
Text Example
Text Example
White with #D2EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EC4B; }
p { color: rgb(210,236,75); }
H1.HeaderClassName
{
color: #D2EC4B;
}
.AnyTagClassName
{
color: #D2EC4B;
}
</style>
background-color css
<style>
a { background-color: #D2EC4B; }
a { background-color: rgb(210,236,75); }
div.DivClassName
{
background-color: #D2EC4B;
}
.BgClassName
{
background-color: #D2EC4B;
}
</style>
border-color css
<style>
span { border-color: #D2EC4B; }
span { border-color: rgb(210,236,75); }
td.TdClassName
{
border-color: #D2EC4B;
}
.TagClassName
{
border-color: #D2EC4B;
}
</style>