Shades of Kelly Green #41C008
Tints of Kelly Green #41C008
RGB
CMYK
RGB Variations
Color information
#41C008 (or 0x41C008) is known color: Kelly Green. HEX triplet: 41, C0 and 08. RGB value is (65,192,8). Sum of RGB (Red+Green+Blue) = 65+192+8=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 192 (75.39% from 255 or 72.45% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 192 - color contains mainly: green. Hex color #41C008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C008 is #BE3FF7. Grayscale: #858585. Windows color (decimal): -12468216 or 573505. OLE color: 573505.
HSL color Cylindrical-coordinate representation of color #41C008: hue angle of 101.41º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41C008 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.25 |
| HSL | 101.41º | 0.92% | 0.39% | - |
| HSV(B) | 101.41º | 0.96% | 0.75% | - |
| XYZ | 21.07 | 38.84 | 6.62 | - |
| YUV | 133.05 | 57.42 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 8 | 0.66 | 0 | 0.96 | 0.25 | 101.41 | 0.92 | 0.39 |
| Hex | 41 | C0 | 8 | 42 | 0 | 60 | 19 | 65 | 5C | 27 |
| Octal | 101 | 300 | 10 | 102 | 0 | 140 | 31 | 145 | 134 | 47 |
| Binary | 1000001 | 11000000 | 1000 | 1000010 | 0 | 1100000 | 11001 | 1100101 | 1011100 | 100111 |
Color Harmonies of #41C008
Complementary color
Monochromatic Colors of #41C008
Black with #41C008
Text Example
Text Example
White with #41C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C008; }
p { color: rgb(65,192,8); }
H1.HeaderClassName
{
color: #41C008;
}
.AnyTagClassName
{
color: #41C008;
}
</style>
background-color css
<style>
a { background-color: #41C008; }
a { background-color: rgb(65,192,8); }
div.DivClassName
{
background-color: #41C008;
}
.BgClassName
{
background-color: #41C008;
}
</style>
border-color css
<style>
span { border-color: #41C008; }
span { border-color: rgb(65,192,8); }
td.TdClassName
{
border-color: #41C008;
}
.TagClassName
{
border-color: #41C008;
}
</style>