Shades of Pear #D0EC3D
Tints of Pear #D0EC3D
RGB
CMYK
RGB Variations
Color information
#D0EC3D (or 0xD0EC3D) is known color: Pear. HEX triplet: D0, EC and 3D. RGB value is (208,236,61). Sum of RGB (Red+Green+Blue) = 208+236+61=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EC3D is #2F13C2. Grayscale: #D0D0D0. Windows color (decimal): -3085251 or 4058320. OLE color: 4058320.
HSL color Cylindrical-coordinate representation of color #D0EC3D: hue angle of 69.6º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0EC3D is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 61 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.07 |
| HSL | 69.6º | 0.82% | 0.58% | - |
| HSV(B) | 69.6º | 0.74% | 0.93% | - |
| XYZ | 56.85 | 73.74 | 15.65 | - |
| YUV | 207.68 | 45.22 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 61 | 0.12 | 0 | 0.74 | 0.07 | 69.6 | 0.82 | 0.58 |
| Hex | D0 | EC | 3D | C | 0 | 4A | 7 | 46 | 52 | 3A |
| Octal | 320 | 354 | 75 | 14 | 0 | 112 | 7 | 106 | 122 | 72 |
| Binary | 11010000 | 11101100 | 111101 | 1100 | 0 | 1001010 | 111 | 1000110 | 1010010 | 111010 |
Color Harmonies of #D0EC3D
Complementary color
Monochromatic Colors of #D0EC3D
Black with #D0EC3D
Text Example
Text Example
White with #D0EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC3D; }
p { color: rgb(208,236,61); }
H1.HeaderClassName
{
color: #D0EC3D;
}
.AnyTagClassName
{
color: #D0EC3D;
}
</style>
background-color css
<style>
a { background-color: #D0EC3D; }
a { background-color: rgb(208,236,61); }
div.DivClassName
{
background-color: #D0EC3D;
}
.BgClassName
{
background-color: #D0EC3D;
}
</style>
border-color css
<style>
span { border-color: #D0EC3D; }
span { border-color: rgb(208,236,61); }
td.TdClassName
{
border-color: #D0EC3D;
}
.TagClassName
{
border-color: #D0EC3D;
}
</style>