Shades of Kelly Green #41C103
Tints of Kelly Green #41C103
RGB
CMYK
RGB Variations
Color information
#41C103 (or 0x41C103) is known color: Kelly Green. HEX triplet: 41, C1 and 03. RGB value is (65,193,3). Sum of RGB (Red+Green+Blue) = 65+193+3=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #41C103 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C103 is #BE3EFC. Grayscale: #858585. Windows color (decimal): -12467965 or 246081. OLE color: 246081.
HSL color Cylindrical-coordinate representation of color #41C103: hue angle of 100.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41C103 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 3 | - |
| CMYK | 0.66 | 0 | 0.98 | 0.24 |
| HSL | 100.42º | 0.97% | 0.38% | - |
| HSV(B) | 100.42º | 0.98% | 0.76% | - |
| XYZ | 21.27 | 39.27 | 6.55 | - |
| YUV | 133.07 | 54.59 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 3 | 0.66 | 0 | 0.98 | 0.24 | 100.42 | 0.97 | 0.38 |
| Hex | 41 | C1 | 3 | 42 | 0 | 62 | 18 | 64 | 61 | 26 |
| Octal | 101 | 301 | 3 | 102 | 0 | 142 | 30 | 144 | 141 | 46 |
| Binary | 1000001 | 11000001 | 11 | 1000010 | 0 | 1100010 | 11000 | 1100100 | 1100001 | 100110 |
Color Harmonies of #41C103
Complementary color
Monochromatic Colors of #41C103
Black with #41C103
Text Example
Text Example
White with #41C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C103; }
p { color: rgb(65,193,3); }
H1.HeaderClassName
{
color: #41C103;
}
.AnyTagClassName
{
color: #41C103;
}
</style>
background-color css
<style>
a { background-color: #41C103; }
a { background-color: rgb(65,193,3); }
div.DivClassName
{
background-color: #41C103;
}
.BgClassName
{
background-color: #41C103;
}
</style>
border-color css
<style>
span { border-color: #41C103; }
span { border-color: rgb(65,193,3); }
td.TdClassName
{
border-color: #41C103;
}
.TagClassName
{
border-color: #41C103;
}
</style>