Shades of Kelly Green #41AD07
Tints of Kelly Green #41AD07
RGB
CMYK
RGB Variations
Color information
#41AD07 (or 0x41AD07) is known color: Kelly Green. HEX triplet: 41, AD and 07. RGB value is (65,173,7). Sum of RGB (Red+Green+Blue) = 65+173+7=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41AD07 is #BE52F8. Grayscale: #7A7A7A. Windows color (decimal): -12473081 or 503105. OLE color: 503105.
HSL color Cylindrical-coordinate representation of color #41AD07: hue angle of 99.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41AD07 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 173 | 7 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.32 |
| HSL | 99.04º | 0.92% | 0.35% | - |
| HSV(B) | 99.04º | 0.96% | 0.68% | - |
| XYZ | 17.16 | 31.03 | 5.29 | - |
| YUV | 121.78 | 63.22 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 7 | 0.62 | 0 | 0.96 | 0.32 | 99.04 | 0.92 | 0.35 |
| Hex | 41 | AD | 7 | 3E | 0 | 60 | 20 | 63 | 5C | 23 |
| Octal | 101 | 255 | 7 | 76 | 0 | 140 | 40 | 143 | 134 | 43 |
| Binary | 1000001 | 10101101 | 111 | 111110 | 0 | 1100000 | 100000 | 1100011 | 1011100 | 100011 |
Color Harmonies of #41AD07
Complementary color
Monochromatic Colors of #41AD07
Black with #41AD07
Text Example
Text Example
White with #41AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AD07; }
p { color: rgb(65,173,7); }
H1.HeaderClassName
{
color: #41AD07;
}
.AnyTagClassName
{
color: #41AD07;
}
</style>
background-color css
<style>
a { background-color: #41AD07; }
a { background-color: rgb(65,173,7); }
div.DivClassName
{
background-color: #41AD07;
}
.BgClassName
{
background-color: #41AD07;
}
</style>
border-color css
<style>
span { border-color: #41AD07; }
span { border-color: rgb(65,173,7); }
td.TdClassName
{
border-color: #41AD07;
}
.TagClassName
{
border-color: #41AD07;
}
</style>