Shades of Kelly Green #41C10F
Tints of Kelly Green #41C10F
RGB
CMYK
RGB Variations
Color information
#41C10F (or 0x41C10F) is known color: Kelly Green. HEX triplet: 41, C1 and 0F. RGB value is (65,193,15). Sum of RGB (Red+Green+Blue) = 65+193+15=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #41C10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C10F is #BE3EF0. Grayscale: #878787. Windows color (decimal): -12467953 or 1032513. OLE color: 1032513.
HSL color Cylindrical-coordinate representation of color #41C10F: hue angle of 103.15º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41C10F is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 15 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.24 |
| HSL | 103.15º | 0.86% | 0.41% | - |
| HSV(B) | 103.15º | 0.92% | 0.76% | - |
| XYZ | 21.34 | 39.3 | 6.91 | - |
| YUV | 134.44 | 60.59 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 15 | 0.66 | 0 | 0.92 | 0.24 | 103.15 | 0.86 | 0.41 |
| Hex | 41 | C1 | F | 42 | 0 | 5C | 18 | 67 | 56 | 29 |
| Octal | 101 | 301 | 17 | 102 | 0 | 134 | 30 | 147 | 126 | 51 |
| Binary | 1000001 | 11000001 | 1111 | 1000010 | 0 | 1011100 | 11000 | 1100111 | 1010110 | 101001 |
Color Harmonies of #41C10F
Complementary color
Monochromatic Colors of #41C10F
Black with #41C10F
Text Example
Text Example
White with #41C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C10F; }
p { color: rgb(65,193,15); }
H1.HeaderClassName
{
color: #41C10F;
}
.AnyTagClassName
{
color: #41C10F;
}
</style>
background-color css
<style>
a { background-color: #41C10F; }
a { background-color: rgb(65,193,15); }
div.DivClassName
{
background-color: #41C10F;
}
.BgClassName
{
background-color: #41C10F;
}
</style>
border-color css
<style>
span { border-color: #41C10F; }
span { border-color: rgb(65,193,15); }
td.TdClassName
{
border-color: #41C10F;
}
.TagClassName
{
border-color: #41C10F;
}
</style>