Shades of Kelly Green #41C808
Tints of Kelly Green #41C808
RGB
CMYK
RGB Variations
Color information
#41C808 (or 0x41C808) is known color: Kelly Green. HEX triplet: 41, C8 and 08. RGB value is (65,200,8). Sum of RGB (Red+Green+Blue) = 65+200+8=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #41C808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C808 is #BE37F7. Grayscale: #8A8A8A. Windows color (decimal): -12466168 or 575553. OLE color: 575553.
HSL color Cylindrical-coordinate representation of color #41C808: hue angle of 102.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41C808 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 8 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.22 |
| HSL | 102.19º | 0.92% | 0.41% | - |
| HSV(B) | 102.19º | 0.96% | 0.78% | - |
| XYZ | 22.88 | 42.45 | 7.22 | - |
| YUV | 137.75 | 54.77 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 8 | 0.68 | 0 | 0.96 | 0.22 | 102.19 | 0.92 | 0.41 |
| Hex | 41 | C8 | 8 | 44 | 0 | 60 | 16 | 66 | 5C | 29 |
| Octal | 101 | 310 | 10 | 104 | 0 | 140 | 26 | 146 | 134 | 51 |
| Binary | 1000001 | 11001000 | 1000 | 1000100 | 0 | 1100000 | 10110 | 1100110 | 1011100 | 101001 |
Color Harmonies of #41C808
Complementary color
Monochromatic Colors of #41C808
Black with #41C808
Text Example
Text Example
White with #41C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C808; }
p { color: rgb(65,200,8); }
H1.HeaderClassName
{
color: #41C808;
}
.AnyTagClassName
{
color: #41C808;
}
</style>
background-color css
<style>
a { background-color: #41C808; }
a { background-color: rgb(65,200,8); }
div.DivClassName
{
background-color: #41C808;
}
.BgClassName
{
background-color: #41C808;
}
</style>
border-color css
<style>
span { border-color: #41C808; }
span { border-color: rgb(65,200,8); }
td.TdClassName
{
border-color: #41C808;
}
.TagClassName
{
border-color: #41C808;
}
</style>