Shades of Kelly Green #41BF11
Tints of Kelly Green #41BF11
RGB
CMYK
RGB Variations
Color information
#41BF11 (or 0x41BF11) is known color: Kelly Green. HEX triplet: 41, BF and 11. RGB value is (65,191,17). Sum of RGB (Red+Green+Blue) = 65+191+17=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #41BF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BF11 is #BE40EE. Grayscale: #868686. Windows color (decimal): -12468463 or 1163073. OLE color: 1163073.
HSL color Cylindrical-coordinate representation of color #41BF11: hue angle of 103.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41BF11 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 191 | 17 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.25 |
| HSL | 103.45º | 0.84% | 0.41% | - |
| HSV(B) | 103.45º | 0.91% | 0.75% | - |
| XYZ | 20.91 | 38.43 | 6.85 | - |
| YUV | 133.49 | 62.26 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 17 | 0.66 | 0 | 0.91 | 0.25 | 103.45 | 0.84 | 0.41 |
| Hex | 41 | BF | 11 | 42 | 0 | 5B | 19 | 67 | 54 | 29 |
| Octal | 101 | 277 | 21 | 102 | 0 | 133 | 31 | 147 | 124 | 51 |
| Binary | 1000001 | 10111111 | 10001 | 1000010 | 0 | 1011011 | 11001 | 1100111 | 1010100 | 101001 |
Color Harmonies of #41BF11
Complementary color
Monochromatic Colors of #41BF11
Black with #41BF11
Text Example
Text Example
White with #41BF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BF11; }
p { color: rgb(65,191,17); }
H1.HeaderClassName
{
color: #41BF11;
}
.AnyTagClassName
{
color: #41BF11;
}
</style>
background-color css
<style>
a { background-color: #41BF11; }
a { background-color: rgb(65,191,17); }
div.DivClassName
{
background-color: #41BF11;
}
.BgClassName
{
background-color: #41BF11;
}
</style>
border-color css
<style>
span { border-color: #41BF11; }
span { border-color: rgb(65,191,17); }
td.TdClassName
{
border-color: #41BF11;
}
.TagClassName
{
border-color: #41BF11;
}
</style>