Shades of Pear #D0EC3B
Tints of Pear #D0EC3B
RGB
CMYK
RGB Variations
Color information
#D0EC3B (or 0xD0EC3B) is known color: Pear. HEX triplet: D0, EC and 3B. RGB value is (208,236,59). Sum of RGB (Red+Green+Blue) = 208+236+59=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EC3B is #2F13C4. Grayscale: #D0D0D0. Windows color (decimal): -3085253 or 3927248. OLE color: 3927248.
HSL color Cylindrical-coordinate representation of color #D0EC3B: hue angle of 69.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0EC3B is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 59 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.07 |
| HSL | 69.49º | 0.82% | 0.58% | - |
| HSV(B) | 69.49º | 0.75% | 0.93% | - |
| XYZ | 56.8 | 73.72 | 15.37 | - |
| YUV | 207.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 59 | 0.12 | 0 | 0.75 | 0.07 | 69.49 | 0.82 | 0.58 |
| Hex | D0 | EC | 3B | C | 0 | 4B | 7 | 45 | 52 | 3A |
| Octal | 320 | 354 | 73 | 14 | 0 | 113 | 7 | 105 | 122 | 72 |
| Binary | 11010000 | 11101100 | 111011 | 1100 | 0 | 1001011 | 111 | 1000101 | 1010010 | 111010 |
Color Harmonies of #D0EC3B
Complementary color
Monochromatic Colors of #D0EC3B
Black with #D0EC3B
Text Example
Text Example
White with #D0EC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC3B; }
p { color: rgb(208,236,59); }
H1.HeaderClassName
{
color: #D0EC3B;
}
.AnyTagClassName
{
color: #D0EC3B;
}
</style>
background-color css
<style>
a { background-color: #D0EC3B; }
a { background-color: rgb(208,236,59); }
div.DivClassName
{
background-color: #D0EC3B;
}
.BgClassName
{
background-color: #D0EC3B;
}
</style>
border-color css
<style>
span { border-color: #D0EC3B; }
span { border-color: rgb(208,236,59); }
td.TdClassName
{
border-color: #D0EC3B;
}
.TagClassName
{
border-color: #D0EC3B;
}
</style>