Shades of Pear #D9E52B
Tints of Pear #D9E52B
RGB
CMYK
RGB Variations
Color information
#D9E52B (or 0xD9E52B) is known color: Pear. HEX triplet: D9, E5 and 2B. RGB value is (217,229,43). Sum of RGB (Red+Green+Blue) = 217+229+43=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E52B is #261AD4. Grayscale: #CCCCCC. Windows color (decimal): -2497237 or 2876889. OLE color: 2876889.
HSL color Cylindrical-coordinate representation of color #D9E52B: hue angle of 63.87º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9E52B is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 43 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.10 |
| HSL | 63.87º | 0.78% | 0.53% | - |
| HSV(B) | 63.87º | 0.81% | 0.9% | - |
| XYZ | 57.07 | 70.96 | 12.98 | - |
| YUV | 204.21 | 37.02 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 43 | 0.05 | 0 | 0.81 | 0.10 | 63.87 | 0.78 | 0.53 |
| Hex | D9 | E5 | 2B | 5 | 0 | 51 | A | 40 | 4E | 35 |
| Octal | 331 | 345 | 53 | 5 | 0 | 121 | 12 | 100 | 116 | 65 |
| Binary | 11011001 | 11100101 | 101011 | 101 | 0 | 1010001 | 1010 | 1000000 | 1001110 | 110101 |
Color Harmonies of #D9E52B
Complementary color
Monochromatic Colors of #D9E52B
Black with #D9E52B
Text Example
Text Example
White with #D9E52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E52B; }
p { color: rgb(217,229,43); }
H1.HeaderClassName
{
color: #D9E52B;
}
.AnyTagClassName
{
color: #D9E52B;
}
</style>
background-color css
<style>
a { background-color: #D9E52B; }
a { background-color: rgb(217,229,43); }
div.DivClassName
{
background-color: #D9E52B;
}
.BgClassName
{
background-color: #D9E52B;
}
</style>
border-color css
<style>
span { border-color: #D9E52B; }
span { border-color: rgb(217,229,43); }
td.TdClassName
{
border-color: #D9E52B;
}
.TagClassName
{
border-color: #D9E52B;
}
</style>