Shades of Pear #D4E114
Tints of Pear #D4E114
RGB
CMYK
RGB Variations
Color information
#D4E114 (or 0xD4E114) is known color: Pear. HEX triplet: D4, E1 and 14. RGB value is (212,225,20). Sum of RGB (Red+Green+Blue) = 212+225+20=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E114 is #2B1EEB. Grayscale: #C6C6C6. Windows color (decimal): -2825964 or 1368532. OLE color: 1368532.
HSL color Cylindrical-coordinate representation of color #D4E114: hue angle of 63.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4E114 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.12 |
| HSL | 63.8º | 0.84% | 0.48% | - |
| HSV(B) | 63.8º | 0.91% | 0.88% | - |
| XYZ | 54.2 | 67.9 | 10.91 | - |
| YUV | 197.74 | 27.69 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 20 | 0.06 | 0 | 0.91 | 0.12 | 63.8 | 0.84 | 0.48 |
| Hex | D4 | E1 | 14 | 6 | 0 | 5B | C | 40 | 54 | 30 |
| Octal | 324 | 341 | 24 | 6 | 0 | 133 | 14 | 100 | 124 | 60 |
| Binary | 11010100 | 11100001 | 10100 | 110 | 0 | 1011011 | 1100 | 1000000 | 1010100 | 110000 |
Color Harmonies of #D4E114
Complementary color
Monochromatic Colors of #D4E114
Black with #D4E114
Text Example
Text Example
White with #D4E114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E114; }
p { color: rgb(212,225,20); }
H1.HeaderClassName
{
color: #D4E114;
}
.AnyTagClassName
{
color: #D4E114;
}
</style>
background-color css
<style>
a { background-color: #D4E114; }
a { background-color: rgb(212,225,20); }
div.DivClassName
{
background-color: #D4E114;
}
.BgClassName
{
background-color: #D4E114;
}
</style>
border-color css
<style>
span { border-color: #D4E114; }
span { border-color: rgb(212,225,20); }
td.TdClassName
{
border-color: #D4E114;
}
.TagClassName
{
border-color: #D4E114;
}
</style>