Shades of Pear #D1EC16
Tints of Pear #D1EC16
RGB
CMYK
RGB Variations
Color information
#D1EC16 (or 0xD1EC16) is known color: Pear. HEX triplet: D1, EC and 16. RGB value is (209,236,22). Sum of RGB (Red+Green+Blue) = 209+236+22=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 22 (8.98% from 255 or 4.71% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EC16 is #2E13E9. Grayscale: #CCCCCC. Windows color (decimal): -3019754 or 1502417. OLE color: 1502417.
HSL color Cylindrical-coordinate representation of color #D1EC16: hue angle of 67.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1EC16 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 22 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.07 |
| HSL | 67.57º | 0.85% | 0.51% | - |
| HSV(B) | 67.57º | 0.91% | 0.93% | - |
| XYZ | 56.43 | 73.6 | 11.99 | - |
| YUV | 203.53 | 25.55 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 22 | 0.11 | 0 | 0.91 | 0.07 | 67.57 | 0.85 | 0.51 |
| Hex | D1 | EC | 16 | B | 0 | 5B | 7 | 44 | 55 | 33 |
| Octal | 321 | 354 | 26 | 13 | 0 | 133 | 7 | 104 | 125 | 63 |
| Binary | 11010001 | 11101100 | 10110 | 1011 | 0 | 1011011 | 111 | 1000100 | 1010101 | 110011 |
Color Harmonies of #D1EC16
Complementary color
Monochromatic Colors of #D1EC16
Black with #D1EC16
Text Example
Text Example
White with #D1EC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC16; }
p { color: rgb(209,236,22); }
H1.HeaderClassName
{
color: #D1EC16;
}
.AnyTagClassName
{
color: #D1EC16;
}
</style>
background-color css
<style>
a { background-color: #D1EC16; }
a { background-color: rgb(209,236,22); }
div.DivClassName
{
background-color: #D1EC16;
}
.BgClassName
{
background-color: #D1EC16;
}
</style>
border-color css
<style>
span { border-color: #D1EC16; }
span { border-color: rgb(209,236,22); }
td.TdClassName
{
border-color: #D1EC16;
}
.TagClassName
{
border-color: #D1EC16;
}
</style>