Shades of Kelly Green #41A418
Tints of Kelly Green #41A418
RGB
CMYK
RGB Variations
Color information
#41A418 (or 0x41A418) is known color: Kelly Green. HEX triplet: 41, A4 and 18. RGB value is (65,164,24). Sum of RGB (Red+Green+Blue) = 65+164+24=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 164 (64.45% from 255 or 64.82% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 164 - color contains mainly: green. Hex color #41A418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41A418 is #BE5BE7. Grayscale: #767676. Windows color (decimal): -12475368 or 1614913. OLE color: 1614913.
HSL color Cylindrical-coordinate representation of color #41A418: hue angle of 102.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41A418 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 164 | 24 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.36 |
| HSL | 102.43º | 0.74% | 0.37% | - |
| HSV(B) | 102.43º | 0.85% | 0.64% | - |
| XYZ | 15.62 | 27.74 | 5.4 | - |
| YUV | 118.44 | 74.7 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 164 | 24 | 0.60 | 0 | 0.85 | 0.36 | 102.43 | 0.74 | 0.37 |
| Hex | 41 | A4 | 18 | 3C | 0 | 55 | 24 | 66 | 4A | 25 |
| Octal | 101 | 244 | 30 | 74 | 0 | 125 | 44 | 146 | 112 | 45 |
| Binary | 1000001 | 10100100 | 11000 | 111100 | 0 | 1010101 | 100100 | 1100110 | 1001010 | 100101 |
Color Harmonies of #41A418
Complementary color
Monochromatic Colors of #41A418
Black with #41A418
Text Example
Text Example
White with #41A418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A418; }
p { color: rgb(65,164,24); }
H1.HeaderClassName
{
color: #41A418;
}
.AnyTagClassName
{
color: #41A418;
}
</style>
background-color css
<style>
a { background-color: #41A418; }
a { background-color: rgb(65,164,24); }
div.DivClassName
{
background-color: #41A418;
}
.BgClassName
{
background-color: #41A418;
}
</style>
border-color css
<style>
span { border-color: #41A418; }
span { border-color: rgb(65,164,24); }
td.TdClassName
{
border-color: #41A418;
}
.TagClassName
{
border-color: #41A418;
}
</style>