Shades of Pear #D1EC4D
Tints of Pear #D1EC4D
RGB
CMYK
RGB Variations
Color information
#D1EC4D (or 0xD1EC4D) is known color: Pear. HEX triplet: D1, EC and 4D. RGB value is (209,236,77). Sum of RGB (Red+Green+Blue) = 209+236+77=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EC4D is #2E13B2. Grayscale: #D2D2D2. Windows color (decimal): -3019699 or 5106897. OLE color: 5106897.
HSL color Cylindrical-coordinate representation of color #D1EC4D: hue angle of 70.19º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1EC4D is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 236 | 77 | - |
CMYK | 0.11 | 0 | 0.67 | 0.07 |
HSL | 70.19º | 0.81% | 0.61% | - |
HSV(B) | 70.19º | 0.67% | 0.93% | - |
XYZ | 57.63 | 74.08 | 18.28 | - |
YUV | 209.8 | 53.05 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 236 | 77 | 0.11 | 0 | 0.67 | 0.07 | 70.19 | 0.81 | 0.61 |
Hex | D1 | EC | 4D | B | 0 | 43 | 7 | 46 | 51 | 3D |
Octal | 321 | 354 | 115 | 13 | 0 | 103 | 7 | 106 | 121 | 75 |
Binary | 11010001 | 11101100 | 1001101 | 1011 | 0 | 1000011 | 111 | 1000110 | 1010001 | 111101 |
Color Harmonies of #D1EC4D
Complementary color
Monochromatic Colors of #D1EC4D
Black with #D1EC4D
Text Example
Text Example
White with #D1EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC4D; }
p { color: rgb(209,236,77); }
H1.HeaderClassName
{
color: #D1EC4D;
}
.AnyTagClassName
{
color: #D1EC4D;
}
</style>
background-color css
<style>
a { background-color: #D1EC4D; }
a { background-color: rgb(209,236,77); }
div.DivClassName
{
background-color: #D1EC4D;
}
.BgClassName
{
background-color: #D1EC4D;
}
</style>
border-color css
<style>
span { border-color: #D1EC4D; }
span { border-color: rgb(209,236,77); }
td.TdClassName
{
border-color: #D1EC4D;
}
.TagClassName
{
border-color: #D1EC4D;
}
</style>