Shades of Kelly Green #41C507
Tints of Kelly Green #41C507
RGB
CMYK
RGB Variations
Color information
#41C507 (or 0x41C507) is known color: Kelly Green. HEX triplet: 41, C5 and 07. RGB value is (65,197,7). Sum of RGB (Red+Green+Blue) = 65+197+7=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #41C507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C507 is #BE3AF8. Grayscale: #888888. Windows color (decimal): -12466937 or 509249. OLE color: 509249.
HSL color Cylindrical-coordinate representation of color #41C507: hue angle of 101.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41C507 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 7 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.23 |
| HSL | 101.68º | 0.93% | 0.4% | - |
| HSV(B) | 101.68º | 0.96% | 0.77% | - |
| XYZ | 22.18 | 41.07 | 6.96 | - |
| YUV | 135.87 | 55.27 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 7 | 0.67 | 0 | 0.96 | 0.23 | 101.68 | 0.93 | 0.4 |
| Hex | 41 | C5 | 7 | 43 | 0 | 60 | 17 | 66 | 5D | 28 |
| Octal | 101 | 305 | 7 | 103 | 0 | 140 | 27 | 146 | 135 | 50 |
| Binary | 1000001 | 11000101 | 111 | 1000011 | 0 | 1100000 | 10111 | 1100110 | 1011101 | 101000 |
Color Harmonies of #41C507
Complementary color
Monochromatic Colors of #41C507
Black with #41C507
Text Example
Text Example
White with #41C507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C507; }
p { color: rgb(65,197,7); }
H1.HeaderClassName
{
color: #41C507;
}
.AnyTagClassName
{
color: #41C507;
}
</style>
background-color css
<style>
a { background-color: #41C507; }
a { background-color: rgb(65,197,7); }
div.DivClassName
{
background-color: #41C507;
}
.BgClassName
{
background-color: #41C507;
}
</style>
border-color css
<style>
span { border-color: #41C507; }
span { border-color: rgb(65,197,7); }
td.TdClassName
{
border-color: #41C507;
}
.TagClassName
{
border-color: #41C507;
}
</style>