Shades of Kelly Green #41B118
Tints of Kelly Green #41B118
RGB
CMYK
RGB Variations
Color information
#41B118 (or 0x41B118) is known color: Kelly Green. HEX triplet: 41, B1 and 18. RGB value is (65,177,24). Sum of RGB (Red+Green+Blue) = 65+177+24=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #41B118 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41B118 is #BE4EE7. Grayscale: #7E7E7E. Windows color (decimal): -12472040 or 1618241. OLE color: 1618241.
HSL color Cylindrical-coordinate representation of color #41B118: hue angle of 103.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41B118 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 177 | 24 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.31 |
| HSL | 103.92º | 0.76% | 0.39% | - |
| HSV(B) | 103.92º | 0.86% | 0.69% | - |
| XYZ | 18.07 | 32.63 | 6.21 | - |
| YUV | 126.07 | 70.39 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 177 | 24 | 0.63 | 0 | 0.86 | 0.31 | 103.92 | 0.76 | 0.39 |
| Hex | 41 | B1 | 18 | 3F | 0 | 56 | 1F | 68 | 4C | 27 |
| Octal | 101 | 261 | 30 | 77 | 0 | 126 | 37 | 150 | 114 | 47 |
| Binary | 1000001 | 10110001 | 11000 | 111111 | 0 | 1010110 | 11111 | 1101000 | 1001100 | 100111 |
Color Harmonies of #41B118
Complementary color
Monochromatic Colors of #41B118
Black with #41B118
Text Example
Text Example
White with #41B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B118; }
p { color: rgb(65,177,24); }
H1.HeaderClassName
{
color: #41B118;
}
.AnyTagClassName
{
color: #41B118;
}
</style>
background-color css
<style>
a { background-color: #41B118; }
a { background-color: rgb(65,177,24); }
div.DivClassName
{
background-color: #41B118;
}
.BgClassName
{
background-color: #41B118;
}
</style>
border-color css
<style>
span { border-color: #41B118; }
span { border-color: rgb(65,177,24); }
td.TdClassName
{
border-color: #41B118;
}
.TagClassName
{
border-color: #41B118;
}
</style>