Shades of Kelly Green #41AB18
Tints of Kelly Green #41AB18
RGB
CMYK
RGB Variations
Color information
#41AB18 (or 0x41AB18) is known color: Kelly Green. HEX triplet: 41, AB and 18. RGB value is (65,171,24). Sum of RGB (Red+Green+Blue) = 65+171+24=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 171 (67.19% from 255 or 65.77% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AB18 is #BE54E7. Grayscale: #7B7B7B. Windows color (decimal): -12473576 or 1616705. OLE color: 1616705.
HSL color Cylindrical-coordinate representation of color #41AB18: hue angle of 103.27º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41AB18 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 24 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.33 |
| HSL | 103.27º | 0.75% | 0.38% | - |
| HSV(B) | 103.27º | 0.86% | 0.67% | - |
| XYZ | 16.91 | 30.32 | 5.82 | - |
| YUV | 122.55 | 72.38 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 24 | 0.62 | 0 | 0.86 | 0.33 | 103.27 | 0.75 | 0.38 |
| Hex | 41 | AB | 18 | 3E | 0 | 56 | 21 | 67 | 4B | 26 |
| Octal | 101 | 253 | 30 | 76 | 0 | 126 | 41 | 147 | 113 | 46 |
| Binary | 1000001 | 10101011 | 11000 | 111110 | 0 | 1010110 | 100001 | 1100111 | 1001011 | 100110 |
Color Harmonies of #41AB18
Complementary color
Monochromatic Colors of #41AB18
Black with #41AB18
Text Example
Text Example
White with #41AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AB18; }
p { color: rgb(65,171,24); }
H1.HeaderClassName
{
color: #41AB18;
}
.AnyTagClassName
{
color: #41AB18;
}
</style>
background-color css
<style>
a { background-color: #41AB18; }
a { background-color: rgb(65,171,24); }
div.DivClassName
{
background-color: #41AB18;
}
.BgClassName
{
background-color: #41AB18;
}
</style>
border-color css
<style>
span { border-color: #41AB18; }
span { border-color: rgb(65,171,24); }
td.TdClassName
{
border-color: #41AB18;
}
.TagClassName
{
border-color: #41AB18;
}
</style>