Shades of Pear #D9E52A
Tints of Pear #D9E52A
RGB
CMYK
RGB Variations
Color information
#D9E52A (or 0xD9E52A) is known color: Pear. HEX triplet: D9, E5 and 2A. RGB value is (217,229,42). Sum of RGB (Red+Green+Blue) = 217+229+42=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E52A is #261AD5. Grayscale: #CCCCCC. Windows color (decimal): -2497238 or 2811353. OLE color: 2811353.
HSL color Cylindrical-coordinate representation of color #D9E52A: hue angle of 63.85º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9E52A is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 42 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.10 |
| HSL | 63.85º | 0.78% | 0.53% | - |
| HSV(B) | 63.85º | 0.82% | 0.9% | - |
| XYZ | 57.05 | 70.96 | 12.88 | - |
| YUV | 204.09 | 36.52 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 42 | 0.05 | 0 | 0.82 | 0.10 | 63.85 | 0.78 | 0.53 |
| Hex | D9 | E5 | 2A | 5 | 0 | 52 | A | 40 | 4E | 35 |
| Octal | 331 | 345 | 52 | 5 | 0 | 122 | 12 | 100 | 116 | 65 |
| Binary | 11011001 | 11100101 | 101010 | 101 | 0 | 1010010 | 1010 | 1000000 | 1001110 | 110101 |
Color Harmonies of #D9E52A
Complementary color
Monochromatic Colors of #D9E52A
Black with #D9E52A
Text Example
Text Example
White with #D9E52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E52A; }
p { color: rgb(217,229,42); }
H1.HeaderClassName
{
color: #D9E52A;
}
.AnyTagClassName
{
color: #D9E52A;
}
</style>
background-color css
<style>
a { background-color: #D9E52A; }
a { background-color: rgb(217,229,42); }
div.DivClassName
{
background-color: #D9E52A;
}
.BgClassName
{
background-color: #D9E52A;
}
</style>
border-color css
<style>
span { border-color: #D9E52A; }
span { border-color: rgb(217,229,42); }
td.TdClassName
{
border-color: #D9E52A;
}
.TagClassName
{
border-color: #D9E52A;
}
</style>