Shades of Pear #D1EC49
Tints of Pear #D1EC49
RGB
CMYK
RGB Variations
Color information
#D1EC49 (or 0xD1EC49) is known color: Pear. HEX triplet: D1, EC and 49. RGB value is (209,236,73). Sum of RGB (Red+Green+Blue) = 209+236+73=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #D1EC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EC49 is #2E13B6. Grayscale: #D1D1D1. Windows color (decimal): -3019703 or 4844753. OLE color: 4844753.
HSL color Cylindrical-coordinate representation of color #D1EC49: hue angle of 69.94º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1EC49 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 236 | 73 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.07 |
| HSL | 69.94º | 0.81% | 0.61% | - |
| HSV(B) | 69.94º | 0.69% | 0.93% | - |
| XYZ | 57.49 | 74.03 | 17.56 | - |
| YUV | 209.35 | 51.05 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 236 | 73 | 0.11 | 0 | 0.69 | 0.07 | 69.94 | 0.81 | 0.61 |
| Hex | D1 | EC | 49 | B | 0 | 45 | 7 | 46 | 51 | 3D |
| Octal | 321 | 354 | 111 | 13 | 0 | 105 | 7 | 106 | 121 | 75 |
| Binary | 11010001 | 11101100 | 1001001 | 1011 | 0 | 1000101 | 111 | 1000110 | 1010001 | 111101 |
Color Harmonies of #D1EC49
Complementary color
Monochromatic Colors of #D1EC49
Black with #D1EC49
Text Example
Text Example
White with #D1EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EC49; }
p { color: rgb(209,236,73); }
H1.HeaderClassName
{
color: #D1EC49;
}
.AnyTagClassName
{
color: #D1EC49;
}
</style>
background-color css
<style>
a { background-color: #D1EC49; }
a { background-color: rgb(209,236,73); }
div.DivClassName
{
background-color: #D1EC49;
}
.BgClassName
{
background-color: #D1EC49;
}
</style>
border-color css
<style>
span { border-color: #D1EC49; }
span { border-color: rgb(209,236,73); }
td.TdClassName
{
border-color: #D1EC49;
}
.TagClassName
{
border-color: #D1EC49;
}
</style>