Shades of Kelly Green #41BC11
Tints of Kelly Green #41BC11
RGB
CMYK
RGB Variations
Color information
#41BC11 (or 0x41BC11) is known color: Kelly Green. HEX triplet: 41, BC and 11. RGB value is (65,188,17). Sum of RGB (Red+Green+Blue) = 65+188+17=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 188 (73.83% from 255 or 69.63% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BC11 is #BE43EE. Grayscale: #848484. Windows color (decimal): -12469231 or 1162305. OLE color: 1162305.
HSL color Cylindrical-coordinate representation of color #41BC11: hue angle of 103.16º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41BC11 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 17 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.26 |
| HSL | 103.16º | 0.83% | 0.4% | - |
| HSV(B) | 103.16º | 0.91% | 0.74% | - |
| XYZ | 20.26 | 37.13 | 6.63 | - |
| YUV | 131.73 | 63.25 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 17 | 0.65 | 0 | 0.91 | 0.26 | 103.16 | 0.83 | 0.4 |
| Hex | 41 | BC | 11 | 41 | 0 | 5B | 1A | 67 | 53 | 28 |
| Octal | 101 | 274 | 21 | 101 | 0 | 133 | 32 | 147 | 123 | 50 |
| Binary | 1000001 | 10111100 | 10001 | 1000001 | 0 | 1011011 | 11010 | 1100111 | 1010011 | 101000 |
Color Harmonies of #41BC11
Complementary color
Monochromatic Colors of #41BC11
Black with #41BC11
Text Example
Text Example
White with #41BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BC11; }
p { color: rgb(65,188,17); }
H1.HeaderClassName
{
color: #41BC11;
}
.AnyTagClassName
{
color: #41BC11;
}
</style>
background-color css
<style>
a { background-color: #41BC11; }
a { background-color: rgb(65,188,17); }
div.DivClassName
{
background-color: #41BC11;
}
.BgClassName
{
background-color: #41BC11;
}
</style>
border-color css
<style>
span { border-color: #41BC11; }
span { border-color: rgb(65,188,17); }
td.TdClassName
{
border-color: #41BC11;
}
.TagClassName
{
border-color: #41BC11;
}
</style>