Shades of Kelly Green #41C50D
Tints of Kelly Green #41C50D
RGB
CMYK
RGB Variations
Color information
#41C50D (or 0x41C50D) is known color: Kelly Green. HEX triplet: 41, C5 and 0D. RGB value is (65,197,13). Sum of RGB (Red+Green+Blue) = 65+197+13=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 197 (77.34% from 255 or 71.64% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 197 - color contains mainly: green. Hex color #41C50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C50D is #BE3AF2. Grayscale: #898989. Windows color (decimal): -12466931 or 902465. OLE color: 902465.
HSL color Cylindrical-coordinate representation of color #41C50D: hue angle of 103.04º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #41C50D is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 197 | 13 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.23 |
| HSL | 103.04º | 0.88% | 0.41% | - |
| HSV(B) | 103.04º | 0.93% | 0.77% | - |
| XYZ | 22.22 | 41.09 | 7.14 | - |
| YUV | 136.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 13 | 0.67 | 0 | 0.93 | 0.23 | 103.04 | 0.88 | 0.41 |
| Hex | 41 | C5 | D | 43 | 0 | 5D | 17 | 67 | 58 | 29 |
| Octal | 101 | 305 | 15 | 103 | 0 | 135 | 27 | 147 | 130 | 51 |
| Binary | 1000001 | 11000101 | 1101 | 1000011 | 0 | 1011101 | 10111 | 1100111 | 1011000 | 101001 |
Color Harmonies of #41C50D
Complementary color
Monochromatic Colors of #41C50D
Black with #41C50D
Text Example
Text Example
White with #41C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C50D; }
p { color: rgb(65,197,13); }
H1.HeaderClassName
{
color: #41C50D;
}
.AnyTagClassName
{
color: #41C50D;
}
</style>
background-color css
<style>
a { background-color: #41C50D; }
a { background-color: rgb(65,197,13); }
div.DivClassName
{
background-color: #41C50D;
}
.BgClassName
{
background-color: #41C50D;
}
</style>
border-color css
<style>
span { border-color: #41C50D; }
span { border-color: rgb(65,197,13); }
td.TdClassName
{
border-color: #41C50D;
}
.TagClassName
{
border-color: #41C50D;
}
</style>