Shades of Pear #D0EC44
Tints of Pear #D0EC44
RGB
CMYK
RGB Variations
Color information
#D0EC44 (or 0xD0EC44) is known color: Pear. HEX triplet: D0, EC and 44. RGB value is (208,236,68). Sum of RGB (Red+Green+Blue) = 208+236+68=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EC44 is #2F13BB. Grayscale: #D1D1D1. Windows color (decimal): -3085244 or 4517072. OLE color: 4517072.
HSL color Cylindrical-coordinate representation of color #D0EC44: hue angle of 70º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0EC44 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 68 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.07 |
| HSL | 70º | 0.82% | 0.6% | - |
| HSV(B) | 70º | 0.71% | 0.93% | - |
| XYZ | 57.05 | 73.82 | 16.71 | - |
| YUV | 208.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 68 | 0.12 | 0 | 0.71 | 0.07 | 70 | 0.82 | 0.6 |
| Hex | D0 | EC | 44 | C | 0 | 47 | 7 | 46 | 52 | 3C |
| Octal | 320 | 354 | 104 | 14 | 0 | 107 | 7 | 106 | 122 | 74 |
| Binary | 11010000 | 11101100 | 1000100 | 1100 | 0 | 1000111 | 111 | 1000110 | 1010010 | 111100 |
Color Harmonies of #D0EC44
Complementary color
Monochromatic Colors of #D0EC44
Black with #D0EC44
Text Example
Text Example
White with #D0EC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC44; }
p { color: rgb(208,236,68); }
H1.HeaderClassName
{
color: #D0EC44;
}
.AnyTagClassName
{
color: #D0EC44;
}
</style>
background-color css
<style>
a { background-color: #D0EC44; }
a { background-color: rgb(208,236,68); }
div.DivClassName
{
background-color: #D0EC44;
}
.BgClassName
{
background-color: #D0EC44;
}
</style>
border-color css
<style>
span { border-color: #D0EC44; }
span { border-color: rgb(208,236,68); }
td.TdClassName
{
border-color: #D0EC44;
}
.TagClassName
{
border-color: #D0EC44;
}
</style>