Shades of Pear #D1EC1E
Tints of Pear #D1EC1E
RGB
CMYK
RGB Variations
Color information
#D1EC1E (or 0xD1EC1E) is known color: Pear. HEX triplet: D1, EC and 1E. RGB value is (209,236,30). Sum of RGB (Red+Green+Blue) = 209+236+30=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EC1E is #2E13E1. Grayscale: #CDCDCD. Windows color (decimal): -3019746 or 2026705. OLE color: 2026705.
HSL color Cylindrical-coordinate representation of color #D1EC1E: hue angle of 67.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1EC1E is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 30 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.07 |
| HSL | 67.86º | 0.84% | 0.52% | - |
| HSV(B) | 67.86º | 0.87% | 0.93% | - |
| XYZ | 56.52 | 73.64 | 12.46 | - |
| YUV | 204.44 | 29.55 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 30 | 0.11 | 0 | 0.87 | 0.07 | 67.86 | 0.84 | 0.52 |
| Hex | D1 | EC | 1E | B | 0 | 57 | 7 | 44 | 54 | 34 |
| Octal | 321 | 354 | 36 | 13 | 0 | 127 | 7 | 104 | 124 | 64 |
| Binary | 11010001 | 11101100 | 11110 | 1011 | 0 | 1010111 | 111 | 1000100 | 1010100 | 110100 |
Color Harmonies of #D1EC1E
Complementary color
Monochromatic Colors of #D1EC1E
Black with #D1EC1E
Text Example
Text Example
White with #D1EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC1E; }
p { color: rgb(209,236,30); }
H1.HeaderClassName
{
color: #D1EC1E;
}
.AnyTagClassName
{
color: #D1EC1E;
}
</style>
background-color css
<style>
a { background-color: #D1EC1E; }
a { background-color: rgb(209,236,30); }
div.DivClassName
{
background-color: #D1EC1E;
}
.BgClassName
{
background-color: #D1EC1E;
}
</style>
border-color css
<style>
span { border-color: #D1EC1E; }
span { border-color: rgb(209,236,30); }
td.TdClassName
{
border-color: #D1EC1E;
}
.TagClassName
{
border-color: #D1EC1E;
}
</style>