Shades of Kelly Green #41AD05
Tints of Kelly Green #41AD05
RGB
CMYK
RGB Variations
Color information
#41AD05 (or 0x41AD05) is known color: Kelly Green. HEX triplet: 41, AD and 05. RGB value is (65,173,5). Sum of RGB (Red+Green+Blue) = 65+173+5=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 173 (67.97% from 255 or 71.19% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AD05 is #BE52FA. Grayscale: #7A7A7A. Windows color (decimal): -12473083 or 372033. OLE color: 372033.
HSL color Cylindrical-coordinate representation of color #41AD05: hue angle of 98.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41AD05 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 173 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.32 |
| HSL | 98.57º | 0.94% | 0.35% | - |
| HSV(B) | 98.57º | 0.97% | 0.68% | - |
| XYZ | 17.15 | 31.02 | 5.23 | - |
| YUV | 121.56 | 62.22 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 5 | 0.62 | 0 | 0.97 | 0.32 | 98.57 | 0.94 | 0.35 |
| Hex | 41 | AD | 5 | 3E | 0 | 61 | 20 | 63 | 5E | 23 |
| Octal | 101 | 255 | 5 | 76 | 0 | 141 | 40 | 143 | 136 | 43 |
| Binary | 1000001 | 10101101 | 101 | 111110 | 0 | 1100001 | 100000 | 1100011 | 1011110 | 100011 |
Color Harmonies of #41AD05
Complementary color
Monochromatic Colors of #41AD05
Black with #41AD05
Text Example
Text Example
White with #41AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AD05; }
p { color: rgb(65,173,5); }
H1.HeaderClassName
{
color: #41AD05;
}
.AnyTagClassName
{
color: #41AD05;
}
</style>
background-color css
<style>
a { background-color: #41AD05; }
a { background-color: rgb(65,173,5); }
div.DivClassName
{
background-color: #41AD05;
}
.BgClassName
{
background-color: #41AD05;
}
</style>
border-color css
<style>
span { border-color: #41AD05; }
span { border-color: rgb(65,173,5); }
td.TdClassName
{
border-color: #41AD05;
}
.TagClassName
{
border-color: #41AD05;
}
</style>