Shades of Kelly Green #41AB0D
Tints of Kelly Green #41AB0D
RGB
CMYK
RGB Variations
Color information
#41AB0D (or 0x41AB0D) is known color: Kelly Green. HEX triplet: 41, AB and 0D. RGB value is (65,171,13). Sum of RGB (Red+Green+Blue) = 65+171+13=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 171 (67.19% from 255 or 68.67% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AB0D is #BE54F2. Grayscale: #797979. Windows color (decimal): -12473587 or 895809. OLE color: 895809.
HSL color Cylindrical-coordinate representation of color #41AB0D: hue angle of 100.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41AB0D is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 13 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.33 |
| HSL | 100.25º | 0.86% | 0.36% | - |
| HSV(B) | 100.25º | 0.92% | 0.67% | - |
| XYZ | 16.82 | 30.28 | 5.34 | - |
| YUV | 121.29 | 66.88 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 13 | 0.62 | 0 | 0.92 | 0.33 | 100.25 | 0.86 | 0.36 |
| Hex | 41 | AB | D | 3E | 0 | 5C | 21 | 64 | 56 | 24 |
| Octal | 101 | 253 | 15 | 76 | 0 | 134 | 41 | 144 | 126 | 44 |
| Binary | 1000001 | 10101011 | 1101 | 111110 | 0 | 1011100 | 100001 | 1100100 | 1010110 | 100100 |
Color Harmonies of #41AB0D
Complementary color
Monochromatic Colors of #41AB0D
Black with #41AB0D
Text Example
Text Example
White with #41AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AB0D; }
p { color: rgb(65,171,13); }
H1.HeaderClassName
{
color: #41AB0D;
}
.AnyTagClassName
{
color: #41AB0D;
}
</style>
background-color css
<style>
a { background-color: #41AB0D; }
a { background-color: rgb(65,171,13); }
div.DivClassName
{
background-color: #41AB0D;
}
.BgClassName
{
background-color: #41AB0D;
}
</style>
border-color css
<style>
span { border-color: #41AB0D; }
span { border-color: rgb(65,171,13); }
td.TdClassName
{
border-color: #41AB0D;
}
.TagClassName
{
border-color: #41AB0D;
}
</style>