Shades of Kelly Green #41CC14
Tints of Kelly Green #41CC14
RGB
CMYK
RGB Variations
Color information
#41CC14 (or 0x41CC14) is known color: Kelly Green. HEX triplet: 41, CC and 14. RGB value is (65,204,20). Sum of RGB (Red+Green+Blue) = 65+204+20=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 204 (80.08% from 255 or 70.59% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 204 - color contains mainly: green. Hex color #41CC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CC14 is #BE33EB. Grayscale: #8E8E8E. Windows color (decimal): -12465132 or 1363009. OLE color: 1363009.
HSL color Cylindrical-coordinate representation of color #41CC14: hue angle of 105.33º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41CC14 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 20 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.2 |
| HSL | 105.33º | 0.82% | 0.44% | - |
| HSV(B) | 105.33º | 0.9% | 0.8% | - |
| XYZ | 23.9 | 44.36 | 7.96 | - |
| YUV | 141.46 | 59.45 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 20 | 0.68 | 0 | 0.90 | 0.2 | 105.33 | 0.82 | 0.44 |
| Hex | 41 | CC | 14 | 44 | 0 | 5A | 14 | 69 | 52 | 2C |
| Octal | 101 | 314 | 24 | 104 | 0 | 132 | 24 | 151 | 122 | 54 |
| Binary | 1000001 | 11001100 | 10100 | 1000100 | 0 | 1011010 | 10100 | 1101001 | 1010010 | 101100 |
Color Harmonies of #41CC14
Complementary color
Monochromatic Colors of #41CC14
Black with #41CC14
Text Example
Text Example
White with #41CC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CC14; }
p { color: rgb(65,204,20); }
H1.HeaderClassName
{
color: #41CC14;
}
.AnyTagClassName
{
color: #41CC14;
}
</style>
background-color css
<style>
a { background-color: #41CC14; }
a { background-color: rgb(65,204,20); }
div.DivClassName
{
background-color: #41CC14;
}
.BgClassName
{
background-color: #41CC14;
}
</style>
border-color css
<style>
span { border-color: #41CC14; }
span { border-color: rgb(65,204,20); }
td.TdClassName
{
border-color: #41CC14;
}
.TagClassName
{
border-color: #41CC14;
}
</style>