Shades of Kelly Green #41A51D
Tints of Kelly Green #41A51D
RGB
CMYK
RGB Variations
Color information
#41A51D (or 0x41A51D) is known color: Kelly Green. HEX triplet: 41, A5 and 1D. RGB value is (65,165,29). Sum of RGB (Red+Green+Blue) = 65+165+29=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #41A51D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A51D is #BE5AE2. Grayscale: #787878. Windows color (decimal): -12475107 or 1942849. OLE color: 1942849.
HSL color Cylindrical-coordinate representation of color #41A51D: hue angle of 104.12º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41A51D is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 165 | 29 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.35 |
| HSL | 104.12º | 0.7% | 0.38% | - |
| HSV(B) | 104.12º | 0.82% | 0.65% | - |
| XYZ | 15.86 | 28.12 | 5.75 | - |
| YUV | 119.6 | 76.87 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 165 | 29 | 0.61 | 0 | 0.82 | 0.35 | 104.12 | 0.7 | 0.38 |
| Hex | 41 | A5 | 1D | 3D | 0 | 52 | 23 | 68 | 46 | 26 |
| Octal | 101 | 245 | 35 | 75 | 0 | 122 | 43 | 150 | 106 | 46 |
| Binary | 1000001 | 10100101 | 11101 | 111101 | 0 | 1010010 | 100011 | 1101000 | 1000110 | 100110 |
Color Harmonies of #41A51D
Complementary color
Monochromatic Colors of #41A51D
Black with #41A51D
Text Example
Text Example
White with #41A51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A51D; }
p { color: rgb(65,165,29); }
H1.HeaderClassName
{
color: #41A51D;
}
.AnyTagClassName
{
color: #41A51D;
}
</style>
background-color css
<style>
a { background-color: #41A51D; }
a { background-color: rgb(65,165,29); }
div.DivClassName
{
background-color: #41A51D;
}
.BgClassName
{
background-color: #41A51D;
}
</style>
border-color css
<style>
span { border-color: #41A51D; }
span { border-color: rgb(65,165,29); }
td.TdClassName
{
border-color: #41A51D;
}
.TagClassName
{
border-color: #41A51D;
}
</style>