Shades of Kelly Green #41AF11
Tints of Kelly Green #41AF11
RGB
CMYK
RGB Variations
Color information
#41AF11 (or 0x41AF11) is known color: Kelly Green. HEX triplet: 41, AF and 11. RGB value is (65,175,17). Sum of RGB (Red+Green+Blue) = 65+175+17=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AF11 is #BE50EE. Grayscale: #7C7C7C. Windows color (decimal): -12472559 or 1158977. OLE color: 1158977.
HSL color Cylindrical-coordinate representation of color #41AF11: hue angle of 101.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41AF11 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 17 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.31 |
| HSL | 101.77º | 0.82% | 0.38% | - |
| HSV(B) | 101.77º | 0.9% | 0.69% | - |
| XYZ | 17.61 | 31.82 | 5.74 | - |
| YUV | 124.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 17 | 0.63 | 0 | 0.90 | 0.31 | 101.77 | 0.82 | 0.38 |
| Hex | 41 | AF | 11 | 3F | 0 | 5A | 1F | 66 | 52 | 26 |
| Octal | 101 | 257 | 21 | 77 | 0 | 132 | 37 | 146 | 122 | 46 |
| Binary | 1000001 | 10101111 | 10001 | 111111 | 0 | 1011010 | 11111 | 1100110 | 1010010 | 100110 |
Color Harmonies of #41AF11
Complementary color
Monochromatic Colors of #41AF11
Black with #41AF11
Text Example
Text Example
White with #41AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF11; }
p { color: rgb(65,175,17); }
H1.HeaderClassName
{
color: #41AF11;
}
.AnyTagClassName
{
color: #41AF11;
}
</style>
background-color css
<style>
a { background-color: #41AF11; }
a { background-color: rgb(65,175,17); }
div.DivClassName
{
background-color: #41AF11;
}
.BgClassName
{
background-color: #41AF11;
}
</style>
border-color css
<style>
span { border-color: #41AF11; }
span { border-color: rgb(65,175,17); }
td.TdClassName
{
border-color: #41AF11;
}
.TagClassName
{
border-color: #41AF11;
}
</style>