Shades of Pear #D4E513
Tints of Pear #D4E513
RGB
CMYK
RGB Variations
Color information
#D4E513 (or 0xD4E513) is known color: Pear. HEX triplet: D4, E5 and 13. RGB value is (212,229,19). Sum of RGB (Red+Green+Blue) = 212+229+19=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E513 is #2B1AEC. Grayscale: #C8C8C8. Windows color (decimal): -2824941 or 1304020. OLE color: 1304020.
HSL color Cylindrical-coordinate representation of color #D4E513: hue angle of 64.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4E513 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 19 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.10 |
| HSL | 64.86º | 0.85% | 0.49% | - |
| HSV(B) | 64.86º | 0.92% | 0.9% | - |
| XYZ | 55.29 | 70.08 | 11.23 | - |
| YUV | 199.98 | 25.87 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 19 | 0.07 | 0 | 0.92 | 0.10 | 64.86 | 0.85 | 0.49 |
| Hex | D4 | E5 | 13 | 7 | 0 | 5C | A | 41 | 55 | 31 |
| Octal | 324 | 345 | 23 | 7 | 0 | 134 | 12 | 101 | 125 | 61 |
| Binary | 11010100 | 11100101 | 10011 | 111 | 0 | 1011100 | 1010 | 1000001 | 1010101 | 110001 |
Color Harmonies of #D4E513
Complementary color
Monochromatic Colors of #D4E513
Black with #D4E513
Text Example
Text Example
White with #D4E513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E513; }
p { color: rgb(212,229,19); }
H1.HeaderClassName
{
color: #D4E513;
}
.AnyTagClassName
{
color: #D4E513;
}
</style>
background-color css
<style>
a { background-color: #D4E513; }
a { background-color: rgb(212,229,19); }
div.DivClassName
{
background-color: #D4E513;
}
.BgClassName
{
background-color: #D4E513;
}
</style>
border-color css
<style>
span { border-color: #D4E513; }
span { border-color: rgb(212,229,19); }
td.TdClassName
{
border-color: #D4E513;
}
.TagClassName
{
border-color: #D4E513;
}
</style>