Shades of Kelly Green #41DA13
Tints of Kelly Green #41DA13
RGB
CMYK
RGB Variations
Color information
#41DA13 (or 0x41DA13) is known color: Kelly Green. HEX triplet: 41, DA and 13. RGB value is (65,218,19). Sum of RGB (Red+Green+Blue) = 65+218+19=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DA13 is #BE25EC. Grayscale: #969696. Windows color (decimal): -12461549 or 1301057. OLE color: 1301057.
HSL color Cylindrical-coordinate representation of color #41DA13: hue angle of 106.13º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41DA13 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 19 | - |
| CMYK | 0.70 | 0 | 0.91 | 0.15 |
| HSL | 106.13º | 0.84% | 0.46% | - |
| HSV(B) | 106.13º | 0.91% | 0.85% | - |
| XYZ | 27.37 | 51.31 | 9.08 | - |
| YUV | 149.57 | 54.31 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 19 | 0.70 | 0 | 0.91 | 0.15 | 106.13 | 0.84 | 0.46 |
| Hex | 41 | DA | 13 | 46 | 0 | 5B | F | 6A | 54 | 2E |
| Octal | 101 | 332 | 23 | 106 | 0 | 133 | 17 | 152 | 124 | 56 |
| Binary | 1000001 | 11011010 | 10011 | 1000110 | 0 | 1011011 | 1111 | 1101010 | 1010100 | 101110 |
Color Harmonies of #41DA13
Complementary color
Monochromatic Colors of #41DA13
Black with #41DA13
Text Example
Text Example
White with #41DA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DA13; }
p { color: rgb(65,218,19); }
H1.HeaderClassName
{
color: #41DA13;
}
.AnyTagClassName
{
color: #41DA13;
}
</style>
background-color css
<style>
a { background-color: #41DA13; }
a { background-color: rgb(65,218,19); }
div.DivClassName
{
background-color: #41DA13;
}
.BgClassName
{
background-color: #41DA13;
}
</style>
border-color css
<style>
span { border-color: #41DA13; }
span { border-color: rgb(65,218,19); }
td.TdClassName
{
border-color: #41DA13;
}
.TagClassName
{
border-color: #41DA13;
}
</style>