Shades of Kelly Green #41B818
Tints of Kelly Green #41B818
RGB
CMYK
RGB Variations
Color information
#41B818 (or 0x41B818) is known color: Kelly Green. HEX triplet: 41, B8 and 18. RGB value is (65,184,24). Sum of RGB (Red+Green+Blue) = 65+184+24=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 184 (72.27% from 255 or 67.40% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 184 - color contains mainly: green. Hex color #41B818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B818 is #BE47E7. Grayscale: #828282. Windows color (decimal): -12470248 or 1620033. OLE color: 1620033.
HSL color Cylindrical-coordinate representation of color #41B818: hue angle of 104.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41B818 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 184 | 24 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.28 |
| HSL | 104.63º | 0.77% | 0.41% | - |
| HSV(B) | 104.63º | 0.87% | 0.72% | - |
| XYZ | 19.49 | 35.47 | 6.68 | - |
| YUV | 130.18 | 68.08 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 184 | 24 | 0.65 | 0 | 0.87 | 0.28 | 104.63 | 0.77 | 0.41 |
| Hex | 41 | B8 | 18 | 41 | 0 | 57 | 1C | 69 | 4D | 29 |
| Octal | 101 | 270 | 30 | 101 | 0 | 127 | 34 | 151 | 115 | 51 |
| Binary | 1000001 | 10111000 | 11000 | 1000001 | 0 | 1010111 | 11100 | 1101001 | 1001101 | 101001 |
Color Harmonies of #41B818
Complementary color
Monochromatic Colors of #41B818
Black with #41B818
Text Example
Text Example
White with #41B818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B818; }
p { color: rgb(65,184,24); }
H1.HeaderClassName
{
color: #41B818;
}
.AnyTagClassName
{
color: #41B818;
}
</style>
background-color css
<style>
a { background-color: #41B818; }
a { background-color: rgb(65,184,24); }
div.DivClassName
{
background-color: #41B818;
}
.BgClassName
{
background-color: #41B818;
}
</style>
border-color css
<style>
span { border-color: #41B818; }
span { border-color: rgb(65,184,24); }
td.TdClassName
{
border-color: #41B818;
}
.TagClassName
{
border-color: #41B818;
}
</style>