Shades of Kelly Green #41BC15
Tints of Kelly Green #41BC15
RGB
CMYK
RGB Variations
Color information
#41BC15 (or 0x41BC15) is known color: Kelly Green. HEX triplet: 41, BC and 15. RGB value is (65,188,21). Sum of RGB (Red+Green+Blue) = 65+188+21=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BC15 is #BE43EA. Grayscale: #848484. Windows color (decimal): -12469227 or 1424449. OLE color: 1424449.
HSL color Cylindrical-coordinate representation of color #41BC15: hue angle of 104.19º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41BC15 is Cyan = 0.65, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 21 | - |
| CMYK | 0.65 | 0 | 0.89 | 0.26 |
| HSL | 104.19º | 0.8% | 0.41% | - |
| HSV(B) | 104.19º | 0.89% | 0.74% | - |
| XYZ | 20.3 | 37.14 | 6.81 | - |
| YUV | 132.19 | 65.25 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 21 | 0.65 | 0 | 0.89 | 0.26 | 104.19 | 0.8 | 0.41 |
| Hex | 41 | BC | 15 | 41 | 0 | 59 | 1A | 68 | 50 | 29 |
| Octal | 101 | 274 | 25 | 101 | 0 | 131 | 32 | 150 | 120 | 51 |
| Binary | 1000001 | 10111100 | 10101 | 1000001 | 0 | 1011001 | 11010 | 1101000 | 1010000 | 101001 |
Color Harmonies of #41BC15
Complementary color
Monochromatic Colors of #41BC15
Black with #41BC15
Text Example
Text Example
White with #41BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BC15; }
p { color: rgb(65,188,21); }
H1.HeaderClassName
{
color: #41BC15;
}
.AnyTagClassName
{
color: #41BC15;
}
</style>
background-color css
<style>
a { background-color: #41BC15; }
a { background-color: rgb(65,188,21); }
div.DivClassName
{
background-color: #41BC15;
}
.BgClassName
{
background-color: #41BC15;
}
</style>
border-color css
<style>
span { border-color: #41BC15; }
span { border-color: rgb(65,188,21); }
td.TdClassName
{
border-color: #41BC15;
}
.TagClassName
{
border-color: #41BC15;
}
</style>