Shades of Kelly Green #41C107
Tints of Kelly Green #41C107
RGB
CMYK
RGB Variations
Color information
#41C107 (or 0x41C107) is known color: Kelly Green. HEX triplet: 41, C1 and 07. RGB value is (65,193,7). Sum of RGB (Red+Green+Blue) = 65+193+7=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 193 (75.78% from 255 or 72.83% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 193 - color contains mainly: green. Hex color #41C107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C107 is #BE3EF8. Grayscale: #868686. Windows color (decimal): -12467961 or 508225. OLE color: 508225.
HSL color Cylindrical-coordinate representation of color #41C107: hue angle of 101.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41C107 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 7 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.24 |
| HSL | 101.29º | 0.93% | 0.39% | - |
| HSV(B) | 101.29º | 0.96% | 0.76% | - |
| XYZ | 21.29 | 39.28 | 6.66 | - |
| YUV | 133.52 | 56.59 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 7 | 0.66 | 0 | 0.96 | 0.24 | 101.29 | 0.93 | 0.39 |
| Hex | 41 | C1 | 7 | 42 | 0 | 60 | 18 | 65 | 5D | 27 |
| Octal | 101 | 301 | 7 | 102 | 0 | 140 | 30 | 145 | 135 | 47 |
| Binary | 1000001 | 11000001 | 111 | 1000010 | 0 | 1100000 | 11000 | 1100101 | 1011101 | 100111 |
Color Harmonies of #41C107
Complementary color
Monochromatic Colors of #41C107
Black with #41C107
Text Example
Text Example
White with #41C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C107; }
p { color: rgb(65,193,7); }
H1.HeaderClassName
{
color: #41C107;
}
.AnyTagClassName
{
color: #41C107;
}
</style>
background-color css
<style>
a { background-color: #41C107; }
a { background-color: rgb(65,193,7); }
div.DivClassName
{
background-color: #41C107;
}
.BgClassName
{
background-color: #41C107;
}
</style>
border-color css
<style>
span { border-color: #41C107; }
span { border-color: rgb(65,193,7); }
td.TdClassName
{
border-color: #41C107;
}
.TagClassName
{
border-color: #41C107;
}
</style>