Shades of Pear #D0EC4B
Tints of Pear #D0EC4B
RGB
CMYK
RGB Variations
Color information
#D0EC4B (or 0xD0EC4B) is known color: Pear. HEX triplet: D0, EC and 4B. RGB value is (208,236,75). Sum of RGB (Red+Green+Blue) = 208+236+75=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EC4B is #2F13B4. Grayscale: #D1D1D1. Windows color (decimal): -3085237 or 4975824. OLE color: 4975824.
HSL color Cylindrical-coordinate representation of color #D0EC4B: hue angle of 70.43º 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 #D0EC4B is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 75 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.07 |
| HSL | 70.43º | 0.81% | 0.61% | - |
| HSV(B) | 70.43º | 0.68% | 0.93% | - |
| XYZ | 57.28 | 73.91 | 17.9 | - |
| YUV | 209.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 75 | 0.12 | 0 | 0.68 | 0.07 | 70.43 | 0.81 | 0.61 |
| Hex | D0 | EC | 4B | C | 0 | 44 | 7 | 46 | 51 | 3D |
| Octal | 320 | 354 | 113 | 14 | 0 | 104 | 7 | 106 | 121 | 75 |
| Binary | 11010000 | 11101100 | 1001011 | 1100 | 0 | 1000100 | 111 | 1000110 | 1010001 | 111101 |
Color Harmonies of #D0EC4B
Complementary color
Monochromatic Colors of #D0EC4B
Black with #D0EC4B
Text Example
Text Example
White with #D0EC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC4B; }
p { color: rgb(208,236,75); }
H1.HeaderClassName
{
color: #D0EC4B;
}
.AnyTagClassName
{
color: #D0EC4B;
}
</style>
background-color css
<style>
a { background-color: #D0EC4B; }
a { background-color: rgb(208,236,75); }
div.DivClassName
{
background-color: #D0EC4B;
}
.BgClassName
{
background-color: #D0EC4B;
}
</style>
border-color css
<style>
span { border-color: #D0EC4B; }
span { border-color: rgb(208,236,75); }
td.TdClassName
{
border-color: #D0EC4B;
}
.TagClassName
{
border-color: #D0EC4B;
}
</style>