Shades of Pear #D0EC1B
Tints of Pear #D0EC1B
RGB
CMYK
RGB Variations
Color information
#D0EC1B (or 0xD0EC1B) is known color: Pear. HEX triplet: D0, EC and 1B. RGB value is (208,236,27). Sum of RGB (Red+Green+Blue) = 208+236+27=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #D0EC1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EC1B is #2F13E4. Grayscale: #CCCCCC. Windows color (decimal): -3085285 or 1830096. OLE color: 1830096.
HSL color Cylindrical-coordinate representation of color #D0EC1B: hue angle of 68.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0EC1B is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 236 | 27 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.07 |
| HSL | 68.04º | 0.85% | 0.52% | - |
| HSV(B) | 68.04º | 0.89% | 0.93% | - |
| XYZ | 56.21 | 73.48 | 12.26 | - |
| YUV | 203.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 236 | 27 | 0.12 | 0 | 0.89 | 0.07 | 68.04 | 0.85 | 0.52 |
| Hex | D0 | EC | 1B | C | 0 | 59 | 7 | 44 | 55 | 34 |
| Octal | 320 | 354 | 33 | 14 | 0 | 131 | 7 | 104 | 125 | 64 |
| Binary | 11010000 | 11101100 | 11011 | 1100 | 0 | 1011001 | 111 | 1000100 | 1010101 | 110100 |
Color Harmonies of #D0EC1B
Complementary color
Monochromatic Colors of #D0EC1B
Black with #D0EC1B
Text Example
Text Example
White with #D0EC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EC1B; }
p { color: rgb(208,236,27); }
H1.HeaderClassName
{
color: #D0EC1B;
}
.AnyTagClassName
{
color: #D0EC1B;
}
</style>
background-color css
<style>
a { background-color: #D0EC1B; }
a { background-color: rgb(208,236,27); }
div.DivClassName
{
background-color: #D0EC1B;
}
.BgClassName
{
background-color: #D0EC1B;
}
</style>
border-color css
<style>
span { border-color: #D0EC1B; }
span { border-color: rgb(208,236,27); }
td.TdClassName
{
border-color: #D0EC1B;
}
.TagClassName
{
border-color: #D0EC1B;
}
</style>