Shades of Pear #D9E12A
Tints of Pear #D9E12A
RGB
CMYK
RGB Variations
Color information
#D9E12A (or 0xD9E12A) is known color: Pear. HEX triplet: D9, E1 and 2A. RGB value is (217,225,42). Sum of RGB (Red+Green+Blue) = 217+225+42=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E12A is #261ED5. Grayscale: #CACACA. Windows color (decimal): -2498262 or 2810329. OLE color: 2810329.
HSL color Cylindrical-coordinate representation of color #D9E12A: hue angle of 62.62º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9E12A is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 42 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.12 |
| HSL | 62.62º | 0.75% | 0.52% | - |
| HSV(B) | 62.62º | 0.81% | 0.88% | - |
| XYZ | 55.96 | 68.77 | 12.51 | - |
| YUV | 201.75 | 37.85 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 42 | 0.04 | 0 | 0.81 | 0.12 | 62.62 | 0.75 | 0.52 |
| Hex | D9 | E1 | 2A | 4 | 0 | 51 | C | 3F | 4B | 34 |
| Octal | 331 | 341 | 52 | 4 | 0 | 121 | 14 | 77 | 113 | 64 |
| Binary | 11011001 | 11100001 | 101010 | 100 | 0 | 1010001 | 1100 | 111111 | 1001011 | 110100 |
Color Harmonies of #D9E12A
Complementary color
Monochromatic Colors of #D9E12A
Black with #D9E12A
Text Example
Text Example
White with #D9E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E12A; }
p { color: rgb(217,225,42); }
H1.HeaderClassName
{
color: #D9E12A;
}
.AnyTagClassName
{
color: #D9E12A;
}
</style>
background-color css
<style>
a { background-color: #D9E12A; }
a { background-color: rgb(217,225,42); }
div.DivClassName
{
background-color: #D9E12A;
}
.BgClassName
{
background-color: #D9E12A;
}
</style>
border-color css
<style>
span { border-color: #D9E12A; }
span { border-color: rgb(217,225,42); }
td.TdClassName
{
border-color: #D9E12A;
}
.TagClassName
{
border-color: #D9E12A;
}
</style>