Shades of Kelly Green #41C01F
Tints of Kelly Green #41C01F
RGB
CMYK
RGB Variations
Color information
#41C01F (or 0x41C01F) is known color: Kelly Green. HEX triplet: 41, C0 and 1F. RGB value is (65,192,31). Sum of RGB (Red+Green+Blue) = 65+192+31=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #41C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C01F is #BE3FE0. Grayscale: #888888. Windows color (decimal): -12468193 or 2080833. OLE color: 2080833.
HSL color Cylindrical-coordinate representation of color #41C01F: hue angle of 107.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41C01F is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 31 | - |
| CMYK | 0.66 | 0 | 0.84 | 0.25 |
| HSL | 107.33º | 0.72% | 0.44% | - |
| HSV(B) | 107.33º | 0.84% | 0.75% | - |
| XYZ | 21.28 | 38.92 | 7.69 | - |
| YUV | 135.67 | 68.92 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 31 | 0.66 | 0 | 0.84 | 0.25 | 107.33 | 0.72 | 0.44 |
| Hex | 41 | C0 | 1F | 42 | 0 | 54 | 19 | 6B | 48 | 2C |
| Octal | 101 | 300 | 37 | 102 | 0 | 124 | 31 | 153 | 110 | 54 |
| Binary | 1000001 | 11000000 | 11111 | 1000010 | 0 | 1010100 | 11001 | 1101011 | 1001000 | 101100 |
Color Harmonies of #41C01F
Complementary color
Monochromatic Colors of #41C01F
Black with #41C01F
Text Example
Text Example
White with #41C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C01F; }
p { color: rgb(65,192,31); }
H1.HeaderClassName
{
color: #41C01F;
}
.AnyTagClassName
{
color: #41C01F;
}
</style>
background-color css
<style>
a { background-color: #41C01F; }
a { background-color: rgb(65,192,31); }
div.DivClassName
{
background-color: #41C01F;
}
.BgClassName
{
background-color: #41C01F;
}
</style>
border-color css
<style>
span { border-color: #41C01F; }
span { border-color: rgb(65,192,31); }
td.TdClassName
{
border-color: #41C01F;
}
.TagClassName
{
border-color: #41C01F;
}
</style>