Shades of Pear #D9EC2E
Tints of Pear #D9EC2E
RGB
CMYK
RGB Variations
Color information
#D9EC2E (or 0xD9EC2E) is known color: Pear. HEX triplet: D9, EC and 2E. RGB value is (217,236,46). Sum of RGB (Red+Green+Blue) = 217+236+46=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EC2E is #2613D1. Grayscale: #D1D1D1. Windows color (decimal): -2495442 or 3075289. OLE color: 3075289.
HSL color Cylindrical-coordinate representation of color #D9EC2E: hue angle of 66º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9EC2E is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 236 | 46 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.07 |
| HSL | 66º | 0.83% | 0.55% | - |
| HSV(B) | 66º | 0.81% | 0.93% | - |
| XYZ | 59.1 | 74.94 | 13.93 | - |
| YUV | 208.66 | 36.21 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 236 | 46 | 0.08 | 0 | 0.81 | 0.07 | 66 | 0.83 | 0.55 |
| Hex | D9 | EC | 2E | 8 | 0 | 51 | 7 | 42 | 53 | 37 |
| Octal | 331 | 354 | 56 | 10 | 0 | 121 | 7 | 102 | 123 | 67 |
| Binary | 11011001 | 11101100 | 101110 | 1000 | 0 | 1010001 | 111 | 1000010 | 1010011 | 110111 |
Color Harmonies of #D9EC2E
Complementary color
Monochromatic Colors of #D9EC2E
Black with #D9EC2E
Text Example
Text Example
White with #D9EC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EC2E; }
p { color: rgb(217,236,46); }
H1.HeaderClassName
{
color: #D9EC2E;
}
.AnyTagClassName
{
color: #D9EC2E;
}
</style>
background-color css
<style>
a { background-color: #D9EC2E; }
a { background-color: rgb(217,236,46); }
div.DivClassName
{
background-color: #D9EC2E;
}
.BgClassName
{
background-color: #D9EC2E;
}
</style>
border-color css
<style>
span { border-color: #D9EC2E; }
span { border-color: rgb(217,236,46); }
td.TdClassName
{
border-color: #D9EC2E;
}
.TagClassName
{
border-color: #D9EC2E;
}
</style>