Shades of Kelly Green #41CA1F
Tints of Kelly Green #41CA1F
RGB
CMYK
RGB Variations
Color information
#41CA1F (or 0x41CA1F) is known color: Kelly Green. HEX triplet: 41, CA and 1F. RGB value is (65,202,31). Sum of RGB (Red+Green+Blue) = 65+202+31=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA1F is #BE35E0. Grayscale: #8E8E8E. Windows color (decimal): -12465633 or 2083393. OLE color: 2083393.
HSL color Cylindrical-coordinate representation of color #41CA1F: hue angle of 108.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41CA1F is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 202 | 31 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.21 |
| HSL | 108.07º | 0.73% | 0.46% | - |
| HSV(B) | 108.07º | 0.85% | 0.79% | - |
| XYZ | 23.55 | 43.46 | 8.44 | - |
| YUV | 141.54 | 65.61 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 202 | 31 | 0.68 | 0 | 0.85 | 0.21 | 108.07 | 0.73 | 0.46 |
| Hex | 41 | CA | 1F | 44 | 0 | 55 | 15 | 6C | 49 | 2E |
| Octal | 101 | 312 | 37 | 104 | 0 | 125 | 25 | 154 | 111 | 56 |
| Binary | 1000001 | 11001010 | 11111 | 1000100 | 0 | 1010101 | 10101 | 1101100 | 1001001 | 101110 |
Color Harmonies of #41CA1F
Complementary color
Monochromatic Colors of #41CA1F
Black with #41CA1F
Text Example
Text Example
White with #41CA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CA1F; }
p { color: rgb(65,202,31); }
H1.HeaderClassName
{
color: #41CA1F;
}
.AnyTagClassName
{
color: #41CA1F;
}
</style>
background-color css
<style>
a { background-color: #41CA1F; }
a { background-color: rgb(65,202,31); }
div.DivClassName
{
background-color: #41CA1F;
}
.BgClassName
{
background-color: #41CA1F;
}
</style>
border-color css
<style>
span { border-color: #41CA1F; }
span { border-color: rgb(65,202,31); }
td.TdClassName
{
border-color: #41CA1F;
}
.TagClassName
{
border-color: #41CA1F;
}
</style>