Shades of Pear #D4E511
Tints of Pear #D4E511
RGB
CMYK
RGB Variations
Color information
#D4E511 (or 0xD4E511) is known color: Pear. HEX triplet: D4, E5 and 11. RGB value is (212,229,17). Sum of RGB (Red+Green+Blue) = 212+229+17=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E511 is #2B1AEE. Grayscale: #C8C8C8. Windows color (decimal): -2824943 or 1172948. OLE color: 1172948.
HSL color Cylindrical-coordinate representation of color #D4E511: hue angle of 64.81º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4E511 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 17 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.10 |
| HSL | 64.81º | 0.86% | 0.48% | - |
| HSV(B) | 64.81º | 0.93% | 0.9% | - |
| XYZ | 55.27 | 70.08 | 11.14 | - |
| YUV | 199.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 17 | 0.07 | 0 | 0.93 | 0.10 | 64.81 | 0.86 | 0.48 |
| Hex | D4 | E5 | 11 | 7 | 0 | 5D | A | 41 | 56 | 30 |
| Octal | 324 | 345 | 21 | 7 | 0 | 135 | 12 | 101 | 126 | 60 |
| Binary | 11010100 | 11100101 | 10001 | 111 | 0 | 1011101 | 1010 | 1000001 | 1010110 | 110000 |
Color Harmonies of #D4E511
Complementary color
Monochromatic Colors of #D4E511
Black with #D4E511
Text Example
Text Example
White with #D4E511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E511; }
p { color: rgb(212,229,17); }
H1.HeaderClassName
{
color: #D4E511;
}
.AnyTagClassName
{
color: #D4E511;
}
</style>
background-color css
<style>
a { background-color: #D4E511; }
a { background-color: rgb(212,229,17); }
div.DivClassName
{
background-color: #D4E511;
}
.BgClassName
{
background-color: #D4E511;
}
</style>
border-color css
<style>
span { border-color: #D4E511; }
span { border-color: rgb(212,229,17); }
td.TdClassName
{
border-color: #D4E511;
}
.TagClassName
{
border-color: #D4E511;
}
</style>