Shades of Pear #D1E517
Tints of Pear #D1E517
RGB
CMYK
RGB Variations
Color information
#D1E517 (or 0xD1E517) is known color: Pear. HEX triplet: D1, E5 and 17. RGB value is (209,229,23). Sum of RGB (Red+Green+Blue) = 209+229+23=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E517 is #2E1AE8. Grayscale: #C8C8C8. Windows color (decimal): -3021545 or 1566161. OLE color: 1566161.
HSL color Cylindrical-coordinate representation of color #D1E517: hue angle of 65.83º 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 #D1E517 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 23 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.10 |
| HSL | 65.83º | 0.82% | 0.49% | - |
| HSV(B) | 65.83º | 0.9% | 0.9% | - |
| XYZ | 54.47 | 69.66 | 11.38 | - |
| YUV | 199.54 | 28.37 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 23 | 0.09 | 0 | 0.90 | 0.10 | 65.83 | 0.82 | 0.49 |
| Hex | D1 | E5 | 17 | 9 | 0 | 5A | A | 42 | 52 | 31 |
| Octal | 321 | 345 | 27 | 11 | 0 | 132 | 12 | 102 | 122 | 61 |
| Binary | 11010001 | 11100101 | 10111 | 1001 | 0 | 1011010 | 1010 | 1000010 | 1010010 | 110001 |
Color Harmonies of #D1E517
Complementary color
Monochromatic Colors of #D1E517
Black with #D1E517
Text Example
Text Example
White with #D1E517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E517; }
p { color: rgb(209,229,23); }
H1.HeaderClassName
{
color: #D1E517;
}
.AnyTagClassName
{
color: #D1E517;
}
</style>
background-color css
<style>
a { background-color: #D1E517; }
a { background-color: rgb(209,229,23); }
div.DivClassName
{
background-color: #D1E517;
}
.BgClassName
{
background-color: #D1E517;
}
</style>
border-color css
<style>
span { border-color: #D1E517; }
span { border-color: rgb(209,229,23); }
td.TdClassName
{
border-color: #D1E517;
}
.TagClassName
{
border-color: #D1E517;
}
</style>