Shades of Kelly Green #41C914
Tints of Kelly Green #41C914
RGB
CMYK
RGB Variations
Color information
#41C914 (or 0x41C914) is known color: Kelly Green. HEX triplet: 41, C9 and 14. RGB value is (65,201,20). Sum of RGB (Red+Green+Blue) = 65+201+20=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 201 (78.91% from 255 or 70.28% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 201 - color contains mainly: green. Hex color #41C914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C914 is #BE36EB. Grayscale: #8C8C8C. Windows color (decimal): -12465900 or 1362241. OLE color: 1362241.
HSL color Cylindrical-coordinate representation of color #41C914: hue angle of 105.08º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41C914 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 201 | 20 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.21 |
| HSL | 105.08º | 0.82% | 0.43% | - |
| HSV(B) | 105.08º | 0.9% | 0.79% | - |
| XYZ | 23.19 | 42.95 | 7.73 | - |
| YUV | 139.7 | 60.44 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 20 | 0.68 | 0 | 0.90 | 0.21 | 105.08 | 0.82 | 0.43 |
| Hex | 41 | C9 | 14 | 44 | 0 | 5A | 15 | 69 | 52 | 2B |
| Octal | 101 | 311 | 24 | 104 | 0 | 132 | 25 | 151 | 122 | 53 |
| Binary | 1000001 | 11001001 | 10100 | 1000100 | 0 | 1011010 | 10101 | 1101001 | 1010010 | 101011 |
Color Harmonies of #41C914
Complementary color
Monochromatic Colors of #41C914
Black with #41C914
Text Example
Text Example
White with #41C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C914; }
p { color: rgb(65,201,20); }
H1.HeaderClassName
{
color: #41C914;
}
.AnyTagClassName
{
color: #41C914;
}
</style>
background-color css
<style>
a { background-color: #41C914; }
a { background-color: rgb(65,201,20); }
div.DivClassName
{
background-color: #41C914;
}
.BgClassName
{
background-color: #41C914;
}
</style>
border-color css
<style>
span { border-color: #41C914; }
span { border-color: rgb(65,201,20); }
td.TdClassName
{
border-color: #41C914;
}
.TagClassName
{
border-color: #41C914;
}
</style>