Shades of Kelly Green #41D511
Tints of Kelly Green #41D511
RGB
CMYK
RGB Variations
Color information
#41D511 (or 0x41D511) is known color: Kelly Green. HEX triplet: 41, D5 and 11. RGB value is (65,213,17). Sum of RGB (Red+Green+Blue) = 65+213+17=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #41D511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D511 is #BE2AEE. Grayscale: #939393. Windows color (decimal): -12462831 or 1168705. OLE color: 1168705.
HSL color Cylindrical-coordinate representation of color #41D511: hue angle of 105.31º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41D511 is Cyan = 0.69, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 213 | 17 | - |
| CMYK | 0.69 | 0 | 0.92 | 0.16 |
| HSL | 105.31º | 0.85% | 0.45% | - |
| HSV(B) | 105.31º | 0.92% | 0.84% | - |
| XYZ | 26.08 | 48.75 | 8.57 | - |
| YUV | 146.4 | 54.97 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 213 | 17 | 0.69 | 0 | 0.92 | 0.16 | 105.31 | 0.85 | 0.45 |
| Hex | 41 | D5 | 11 | 45 | 0 | 5C | 10 | 69 | 55 | 2D |
| Octal | 101 | 325 | 21 | 105 | 0 | 134 | 20 | 151 | 125 | 55 |
| Binary | 1000001 | 11010101 | 10001 | 1000101 | 0 | 1011100 | 10000 | 1101001 | 1010101 | 101101 |
Color Harmonies of #41D511
Complementary color
Monochromatic Colors of #41D511
Black with #41D511
Text Example
Text Example
White with #41D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D511; }
p { color: rgb(65,213,17); }
H1.HeaderClassName
{
color: #41D511;
}
.AnyTagClassName
{
color: #41D511;
}
</style>
background-color css
<style>
a { background-color: #41D511; }
a { background-color: rgb(65,213,17); }
div.DivClassName
{
background-color: #41D511;
}
.BgClassName
{
background-color: #41D511;
}
</style>
border-color css
<style>
span { border-color: #41D511; }
span { border-color: rgb(65,213,17); }
td.TdClassName
{
border-color: #41D511;
}
.TagClassName
{
border-color: #41D511;
}
</style>