Shades of Pear #D1E411
Tints of Pear #D1E411
RGB
CMYK
RGB Variations
Color information
#D1E411 (or 0xD1E411) is known color: Pear. HEX triplet: D1, E4 and 11. RGB value is (209,228,17). Sum of RGB (Red+Green+Blue) = 209+228+17=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1E411 is #2E1BEE. Grayscale: #C7C7C7. Windows color (decimal): -3021807 or 1172689. OLE color: 1172689.
HSL color Cylindrical-coordinate representation of color #D1E411: hue angle of 65.4º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1E411 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 17 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.11 |
| HSL | 65.4º | 0.86% | 0.48% | - |
| HSV(B) | 65.4º | 0.93% | 0.89% | - |
| XYZ | 54.14 | 69.08 | 11.01 | - |
| YUV | 198.27 | 25.71 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 17 | 0.08 | 0 | 0.93 | 0.11 | 65.4 | 0.86 | 0.48 |
| Hex | D1 | E4 | 11 | 8 | 0 | 5D | B | 41 | 56 | 30 |
| Octal | 321 | 344 | 21 | 10 | 0 | 135 | 13 | 101 | 126 | 60 |
| Binary | 11010001 | 11100100 | 10001 | 1000 | 0 | 1011101 | 1011 | 1000001 | 1010110 | 110000 |
Color Harmonies of #D1E411
Complementary color
Monochromatic Colors of #D1E411
Black with #D1E411
Text Example
Text Example
White with #D1E411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E411; }
p { color: rgb(209,228,17); }
H1.HeaderClassName
{
color: #D1E411;
}
.AnyTagClassName
{
color: #D1E411;
}
</style>
background-color css
<style>
a { background-color: #D1E411; }
a { background-color: rgb(209,228,17); }
div.DivClassName
{
background-color: #D1E411;
}
.BgClassName
{
background-color: #D1E411;
}
</style>
border-color css
<style>
span { border-color: #D1E411; }
span { border-color: rgb(209,228,17); }
td.TdClassName
{
border-color: #D1E411;
}
.TagClassName
{
border-color: #D1E411;
}
</style>