Shades of Kelly Green #41C016
Tints of Kelly Green #41C016
RGB
CMYK
RGB Variations
Color information
#41C016 (or 0x41C016) is known color: Kelly Green. HEX triplet: 41, C0 and 16. RGB value is (65,192,22). Sum of RGB (Red+Green+Blue) = 65+192+22=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #41C016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C016 is #BE3FE9. Grayscale: #878787. Windows color (decimal): -12468202 or 1491009. OLE color: 1491009.
HSL color Cylindrical-coordinate representation of color #41C016: hue angle of 104.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41C016 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 22 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.25 |
| HSL | 104.82º | 0.79% | 0.42% | - |
| HSV(B) | 104.82º | 0.89% | 0.75% | - |
| XYZ | 21.17 | 38.88 | 7.15 | - |
| YUV | 134.65 | 64.42 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 22 | 0.66 | 0 | 0.89 | 0.25 | 104.82 | 0.79 | 0.42 |
| Hex | 41 | C0 | 16 | 42 | 0 | 59 | 19 | 69 | 4F | 2A |
| Octal | 101 | 300 | 26 | 102 | 0 | 131 | 31 | 151 | 117 | 52 |
| Binary | 1000001 | 11000000 | 10110 | 1000010 | 0 | 1011001 | 11001 | 1101001 | 1001111 | 101010 |
Color Harmonies of #41C016
Complementary color
Monochromatic Colors of #41C016
Black with #41C016
Text Example
Text Example
White with #41C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C016; }
p { color: rgb(65,192,22); }
H1.HeaderClassName
{
color: #41C016;
}
.AnyTagClassName
{
color: #41C016;
}
</style>
background-color css
<style>
a { background-color: #41C016; }
a { background-color: rgb(65,192,22); }
div.DivClassName
{
background-color: #41C016;
}
.BgClassName
{
background-color: #41C016;
}
</style>
border-color css
<style>
span { border-color: #41C016; }
span { border-color: rgb(65,192,22); }
td.TdClassName
{
border-color: #41C016;
}
.TagClassName
{
border-color: #41C016;
}
</style>