Shades of Pear #D1EC1D
Tints of Pear #D1EC1D
RGB
CMYK
RGB Variations
Color information
#D1EC1D (or 0xD1EC1D) is known color: Pear. HEX triplet: D1, EC and 1D. RGB value is (209,236,29). Sum of RGB (Red+Green+Blue) = 209+236+29=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EC1D is #2E13E2. Grayscale: #CDCDCD. Windows color (decimal): -3019747 or 1961169. OLE color: 1961169.
HSL color Cylindrical-coordinate representation of color #D1EC1D: hue angle of 67.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1EC1D is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 29 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.07 |
| HSL | 67.83º | 0.84% | 0.52% | - |
| HSV(B) | 67.83º | 0.88% | 0.93% | - |
| XYZ | 56.51 | 73.63 | 12.4 | - |
| YUV | 204.33 | 29.05 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 29 | 0.11 | 0 | 0.88 | 0.07 | 67.83 | 0.84 | 0.52 |
| Hex | D1 | EC | 1D | B | 0 | 58 | 7 | 44 | 54 | 34 |
| Octal | 321 | 354 | 35 | 13 | 0 | 130 | 7 | 104 | 124 | 64 |
| Binary | 11010001 | 11101100 | 11101 | 1011 | 0 | 1011000 | 111 | 1000100 | 1010100 | 110100 |
Color Harmonies of #D1EC1D
Complementary color
Monochromatic Colors of #D1EC1D
Black with #D1EC1D
Text Example
Text Example
White with #D1EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC1D; }
p { color: rgb(209,236,29); }
H1.HeaderClassName
{
color: #D1EC1D;
}
.AnyTagClassName
{
color: #D1EC1D;
}
</style>
background-color css
<style>
a { background-color: #D1EC1D; }
a { background-color: rgb(209,236,29); }
div.DivClassName
{
background-color: #D1EC1D;
}
.BgClassName
{
background-color: #D1EC1D;
}
</style>
border-color css
<style>
span { border-color: #D1EC1D; }
span { border-color: rgb(209,236,29); }
td.TdClassName
{
border-color: #D1EC1D;
}
.TagClassName
{
border-color: #D1EC1D;
}
</style>