Shades of Pear #D1E122
Tints of Pear #D1E122
RGB
CMYK
RGB Variations
Color information
#D1E122 (or 0xD1E122) is known color: Pear. HEX triplet: D1, E1 and 22. RGB value is (209,225,34). Sum of RGB (Red+Green+Blue) = 209+225+34=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E122 is #2E1EDD. Grayscale: #C7C7C7. Windows color (decimal): -3022558 or 2286033. OLE color: 2286033.
HSL color Cylindrical-coordinate representation of color #D1E122: hue angle of 65.03º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1E122 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 34 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.12 |
| HSL | 65.03º | 0.76% | 0.51% | - |
| HSV(B) | 65.03º | 0.85% | 0.88% | - |
| XYZ | 53.51 | 67.52 | 11.73 | - |
| YUV | 198.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 34 | 0.07 | 0 | 0.85 | 0.12 | 65.03 | 0.76 | 0.51 |
| Hex | D1 | E1 | 22 | 7 | 0 | 55 | C | 41 | 4C | 33 |
| Octal | 321 | 341 | 42 | 7 | 0 | 125 | 14 | 101 | 114 | 63 |
| Binary | 11010001 | 11100001 | 100010 | 111 | 0 | 1010101 | 1100 | 1000001 | 1001100 | 110011 |
Color Harmonies of #D1E122
Complementary color
Monochromatic Colors of #D1E122
Black with #D1E122
Text Example
Text Example
White with #D1E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E122; }
p { color: rgb(209,225,34); }
H1.HeaderClassName
{
color: #D1E122;
}
.AnyTagClassName
{
color: #D1E122;
}
</style>
background-color css
<style>
a { background-color: #D1E122; }
a { background-color: rgb(209,225,34); }
div.DivClassName
{
background-color: #D1E122;
}
.BgClassName
{
background-color: #D1E122;
}
</style>
border-color css
<style>
span { border-color: #D1E122; }
span { border-color: rgb(209,225,34); }
td.TdClassName
{
border-color: #D1E122;
}
.TagClassName
{
border-color: #D1E122;
}
</style>