Shades of Pear #D4E122
Tints of Pear #D4E122
RGB
CMYK
RGB Variations
Color information
#D4E122 (or 0xD4E122) is known color: Pear. HEX triplet: D4, E1 and 22. RGB value is (212,225,34). Sum of RGB (Red+Green+Blue) = 212+225+34=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 34 (13.67% from 255 or 7.22% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E122 is #2B1EDD. Grayscale: #C8C8C8. Windows color (decimal): -2825950 or 2286036. OLE color: 2286036.
HSL color Cylindrical-coordinate representation of color #D4E122: hue angle of 64.08º 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 #D4E122 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.12 |
| HSL | 64.08º | 0.76% | 0.51% | - |
| HSV(B) | 64.08º | 0.85% | 0.88% | - |
| XYZ | 54.37 | 67.96 | 11.77 | - |
| YUV | 199.34 | 34.69 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 34 | 0.06 | 0 | 0.85 | 0.12 | 64.08 | 0.76 | 0.51 |
| Hex | D4 | E1 | 22 | 6 | 0 | 55 | C | 40 | 4C | 33 |
| Octal | 324 | 341 | 42 | 6 | 0 | 125 | 14 | 100 | 114 | 63 |
| Binary | 11010100 | 11100001 | 100010 | 110 | 0 | 1010101 | 1100 | 1000000 | 1001100 | 110011 |
Color Harmonies of #D4E122
Complementary color
Monochromatic Colors of #D4E122
Black with #D4E122
Text Example
Text Example
White with #D4E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E122; }
p { color: rgb(212,225,34); }
H1.HeaderClassName
{
color: #D4E122;
}
.AnyTagClassName
{
color: #D4E122;
}
</style>
background-color css
<style>
a { background-color: #D4E122; }
a { background-color: rgb(212,225,34); }
div.DivClassName
{
background-color: #D4E122;
}
.BgClassName
{
background-color: #D4E122;
}
</style>
border-color css
<style>
span { border-color: #D4E122; }
span { border-color: rgb(212,225,34); }
td.TdClassName
{
border-color: #D4E122;
}
.TagClassName
{
border-color: #D4E122;
}
</style>