Shades of Pear #D9EC49
Tints of Pear #D9EC49
RGB
CMYK
RGB Variations
Color information
#D9EC49 (or 0xD9EC49) is known color: Pear. HEX triplet: D9, EC and 49. RGB value is (217,236,73). Sum of RGB (Red+Green+Blue) = 217+236+73=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 236 (92.58% from 255 or 44.87% from 526); Blue value is 73 (28.91% from 255 or 13.88% from 526); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EC49 is #2613B6. Grayscale: #D4D4D4. Windows color (decimal): -2495415 or 4844761. OLE color: 4844761.
HSL color Cylindrical-coordinate representation of color #D9EC49: hue angle of 66.99º 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 #D9EC49 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 73 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.07 |
| HSL | 66.99º | 0.81% | 0.61% | - |
| HSV(B) | 66.99º | 0.69% | 0.93% | - |
| XYZ | 59.81 | 75.22 | 17.67 | - |
| YUV | 211.74 | 49.71 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 73 | 0.08 | 0 | 0.69 | 0.07 | 66.99 | 0.81 | 0.61 |
| Hex | D9 | EC | 49 | 8 | 0 | 45 | 7 | 43 | 51 | 3D |
| Octal | 331 | 354 | 111 | 10 | 0 | 105 | 7 | 103 | 121 | 75 |
| Binary | 11011001 | 11101100 | 1001001 | 1000 | 0 | 1000101 | 111 | 1000011 | 1010001 | 111101 |
Color Harmonies of #D9EC49
Complementary color
Monochromatic Colors of #D9EC49
Black with #D9EC49
Text Example
Text Example
White with #D9EC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC49; }
p { color: rgb(217,236,73); }
H1.HeaderClassName
{
color: #D9EC49;
}
.AnyTagClassName
{
color: #D9EC49;
}
</style>
background-color css
<style>
a { background-color: #D9EC49; }
a { background-color: rgb(217,236,73); }
div.DivClassName
{
background-color: #D9EC49;
}
.BgClassName
{
background-color: #D9EC49;
}
</style>
border-color css
<style>
span { border-color: #D9EC49; }
span { border-color: rgb(217,236,73); }
td.TdClassName
{
border-color: #D9EC49;
}
.TagClassName
{
border-color: #D9EC49;
}
</style>