Shades of Pear #D4E12A
Tints of Pear #D4E12A
RGB
CMYK
RGB Variations
Color information
#D4E12A (or 0xD4E12A) is known color: Pear. HEX triplet: D4, E1 and 2A. RGB value is (212,225,42). Sum of RGB (Red+Green+Blue) = 212+225+42=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E12A is #2B1ED5. Grayscale: #C8C8C8. Windows color (decimal): -2825942 or 2810324. OLE color: 2810324.
HSL color Cylindrical-coordinate representation of color #D4E12A: hue angle of 64.26º 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 #D4E12A is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 42 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.12 |
| HSL | 64.26º | 0.75% | 0.52% | - |
| HSV(B) | 64.26º | 0.81% | 0.88% | - |
| XYZ | 54.49 | 68.01 | 12.45 | - |
| YUV | 200.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 42 | 0.06 | 0 | 0.81 | 0.12 | 64.26 | 0.75 | 0.52 |
| Hex | D4 | E1 | 2A | 6 | 0 | 51 | C | 40 | 4B | 34 |
| Octal | 324 | 341 | 52 | 6 | 0 | 121 | 14 | 100 | 113 | 64 |
| Binary | 11010100 | 11100001 | 101010 | 110 | 0 | 1010001 | 1100 | 1000000 | 1001011 | 110100 |
Color Harmonies of #D4E12A
Complementary color
Monochromatic Colors of #D4E12A
Black with #D4E12A
Text Example
Text Example
White with #D4E12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E12A; }
p { color: rgb(212,225,42); }
H1.HeaderClassName
{
color: #D4E12A;
}
.AnyTagClassName
{
color: #D4E12A;
}
</style>
background-color css
<style>
a { background-color: #D4E12A; }
a { background-color: rgb(212,225,42); }
div.DivClassName
{
background-color: #D4E12A;
}
.BgClassName
{
background-color: #D4E12A;
}
</style>
border-color css
<style>
span { border-color: #D4E12A; }
span { border-color: rgb(212,225,42); }
td.TdClassName
{
border-color: #D4E12A;
}
.TagClassName
{
border-color: #D4E12A;
}
</style>