Shades of Pear #D4E517
Tints of Pear #D4E517
RGB
CMYK
RGB Variations
Color information
#D4E517 (or 0xD4E517) is known color: Pear. HEX triplet: D4, E5 and 17. RGB value is (212,229,23). Sum of RGB (Red+Green+Blue) = 212+229+23=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #D4E517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4E517 is #2B1AE8. Grayscale: #C9C9C9. Windows color (decimal): -2824937 or 1566164. OLE color: 1566164.
HSL color Cylindrical-coordinate representation of color #D4E517: hue angle of 64.95º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4E517 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 229 | 23 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.10 |
| HSL | 64.95º | 0.82% | 0.49% | - |
| HSV(B) | 64.95º | 0.9% | 0.9% | - |
| XYZ | 55.33 | 70.1 | 11.42 | - |
| YUV | 200.43 | 27.87 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 229 | 23 | 0.07 | 0 | 0.90 | 0.10 | 64.95 | 0.82 | 0.49 |
| Hex | D4 | E5 | 17 | 7 | 0 | 5A | A | 41 | 52 | 31 |
| Octal | 324 | 345 | 27 | 7 | 0 | 132 | 12 | 101 | 122 | 61 |
| Binary | 11010100 | 11100101 | 10111 | 111 | 0 | 1011010 | 1010 | 1000001 | 1010010 | 110001 |
Color Harmonies of #D4E517
Complementary color
Monochromatic Colors of #D4E517
Black with #D4E517
Text Example
Text Example
White with #D4E517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E517; }
p { color: rgb(212,229,23); }
H1.HeaderClassName
{
color: #D4E517;
}
.AnyTagClassName
{
color: #D4E517;
}
</style>
background-color css
<style>
a { background-color: #D4E517; }
a { background-color: rgb(212,229,23); }
div.DivClassName
{
background-color: #D4E517;
}
.BgClassName
{
background-color: #D4E517;
}
</style>
border-color css
<style>
span { border-color: #D4E517; }
span { border-color: rgb(212,229,23); }
td.TdClassName
{
border-color: #D4E517;
}
.TagClassName
{
border-color: #D4E517;
}
</style>