Shades of Pear #D3E411
Tints of Pear #D3E411
RGB
CMYK
RGB Variations
Color information
#D3E411 (or 0xD3E411) is known color: Pear. HEX triplet: D3, E4 and 11. RGB value is (211,228,17). Sum of RGB (Red+Green+Blue) = 211+228+17=456 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.27% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 17 (7.03% from 255 or 3.73% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3E411 is #2C1BEE. Grayscale: #C7C7C7. Windows color (decimal): -2890735 or 1172691. OLE color: 1172691.
HSL color Cylindrical-coordinate representation of color #D3E411: hue angle of 64.83º 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 #D3E411 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 228 | 17 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.11 |
| HSL | 64.83º | 0.86% | 0.48% | - |
| HSV(B) | 64.83º | 0.93% | 0.89% | - |
| XYZ | 54.71 | 69.38 | 11.04 | - |
| YUV | 198.86 | 25.37 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 228 | 17 | 0.07 | 0 | 0.93 | 0.11 | 64.83 | 0.86 | 0.48 |
| Hex | D3 | E4 | 11 | 7 | 0 | 5D | B | 41 | 56 | 30 |
| Octal | 323 | 344 | 21 | 7 | 0 | 135 | 13 | 101 | 126 | 60 |
| Binary | 11010011 | 11100100 | 10001 | 111 | 0 | 1011101 | 1011 | 1000001 | 1010110 | 110000 |
Color Harmonies of #D3E411
Complementary color
Monochromatic Colors of #D3E411
Black with #D3E411
Text Example
Text Example
White with #D3E411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E411; }
p { color: rgb(211,228,17); }
H1.HeaderClassName
{
color: #D3E411;
}
.AnyTagClassName
{
color: #D3E411;
}
</style>
background-color css
<style>
a { background-color: #D3E411; }
a { background-color: rgb(211,228,17); }
div.DivClassName
{
background-color: #D3E411;
}
.BgClassName
{
background-color: #D3E411;
}
</style>
border-color css
<style>
span { border-color: #D3E411; }
span { border-color: rgb(211,228,17); }
td.TdClassName
{
border-color: #D3E411;
}
.TagClassName
{
border-color: #D3E411;
}
</style>