Shades of Kelly Green #41D60A
Tints of Kelly Green #41D60A
RGB
CMYK
RGB Variations
Color information
#41D60A (or 0x41D60A) is known color: Kelly Green. HEX triplet: 41, D6 and 0A. RGB value is (65,214,10). Sum of RGB (Red+Green+Blue) = 65+214+10=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #41D60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D60A is #BE29F5. Grayscale: #929292. Windows color (decimal): -12462582 or 710209. OLE color: 710209.
HSL color Cylindrical-coordinate representation of color #41D60A: hue angle of 103.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41D60A is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 214 | 10 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.16 |
| HSL | 103.82º | 0.91% | 0.44% | - |
| HSV(B) | 103.82º | 0.95% | 0.84% | - |
| XYZ | 26.28 | 49.24 | 8.41 | - |
| YUV | 146.19 | 51.14 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 214 | 10 | 0.70 | 0 | 0.95 | 0.16 | 103.82 | 0.91 | 0.44 |
| Hex | 41 | D6 | A | 46 | 0 | 5F | 10 | 68 | 5B | 2C |
| Octal | 101 | 326 | 12 | 106 | 0 | 137 | 20 | 150 | 133 | 54 |
| Binary | 1000001 | 11010110 | 1010 | 1000110 | 0 | 1011111 | 10000 | 1101000 | 1011011 | 101100 |
Color Harmonies of #41D60A
Complementary color
Monochromatic Colors of #41D60A
Black with #41D60A
Text Example
Text Example
White with #41D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D60A; }
p { color: rgb(65,214,10); }
H1.HeaderClassName
{
color: #41D60A;
}
.AnyTagClassName
{
color: #41D60A;
}
</style>
background-color css
<style>
a { background-color: #41D60A; }
a { background-color: rgb(65,214,10); }
div.DivClassName
{
background-color: #41D60A;
}
.BgClassName
{
background-color: #41D60A;
}
</style>
border-color css
<style>
span { border-color: #41D60A; }
span { border-color: rgb(65,214,10); }
td.TdClassName
{
border-color: #41D60A;
}
.TagClassName
{
border-color: #41D60A;
}
</style>