Shades of Pear #D9E12C
Tints of Pear #D9E12C
RGB
CMYK
RGB Variations
Color information
#D9E12C (or 0xD9E12C) is known color: Pear. HEX triplet: D9, E1 and 2C. RGB value is (217,225,44). Sum of RGB (Red+Green+Blue) = 217+225+44=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E12C is #261ED3. Grayscale: #CACACA. Windows color (decimal): -2498260 or 2941401. OLE color: 2941401.
HSL color Cylindrical-coordinate representation of color #D9E12C: hue angle of 62.65º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9E12C is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 44 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.12 |
| HSL | 62.65º | 0.75% | 0.53% | - |
| HSV(B) | 62.65º | 0.8% | 0.88% | - |
| XYZ | 56 | 68.78 | 12.71 | - |
| YUV | 201.97 | 38.85 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 44 | 0.04 | 0 | 0.80 | 0.12 | 62.65 | 0.75 | 0.53 |
| Hex | D9 | E1 | 2C | 4 | 0 | 50 | C | 3F | 4B | 35 |
| Octal | 331 | 341 | 54 | 4 | 0 | 120 | 14 | 77 | 113 | 65 |
| Binary | 11011001 | 11100001 | 101100 | 100 | 0 | 1010000 | 1100 | 111111 | 1001011 | 110101 |
Color Harmonies of #D9E12C
Complementary color
Monochromatic Colors of #D9E12C
Black with #D9E12C
Text Example
Text Example
White with #D9E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E12C; }
p { color: rgb(217,225,44); }
H1.HeaderClassName
{
color: #D9E12C;
}
.AnyTagClassName
{
color: #D9E12C;
}
</style>
background-color css
<style>
a { background-color: #D9E12C; }
a { background-color: rgb(217,225,44); }
div.DivClassName
{
background-color: #D9E12C;
}
.BgClassName
{
background-color: #D9E12C;
}
</style>
border-color css
<style>
span { border-color: #D9E12C; }
span { border-color: rgb(217,225,44); }
td.TdClassName
{
border-color: #D9E12C;
}
.TagClassName
{
border-color: #D9E12C;
}
</style>