Shades of Kelly Green #41DA19
Tints of Kelly Green #41DA19
RGB
CMYK
RGB Variations
Color information
#41DA19 (or 0x41DA19) is known color: Kelly Green. HEX triplet: 41, DA and 19. RGB value is (65,218,25). Sum of RGB (Red+Green+Blue) = 65+218+25=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 218 (85.55% from 255 or 70.78% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41DA19 is #BE25E6. Grayscale: #969696. Windows color (decimal): -12461543 or 1694273. OLE color: 1694273.
HSL color Cylindrical-coordinate representation of color #41DA19: hue angle of 107.56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41DA19 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 25 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.15 |
| HSL | 107.56º | 0.79% | 0.48% | - |
| HSV(B) | 107.56º | 0.89% | 0.85% | - |
| XYZ | 27.43 | 51.34 | 9.38 | - |
| YUV | 150.25 | 57.31 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 25 | 0.70 | 0 | 0.89 | 0.15 | 107.56 | 0.79 | 0.48 |
| Hex | 41 | DA | 19 | 46 | 0 | 59 | F | 6C | 4F | 30 |
| Octal | 101 | 332 | 31 | 106 | 0 | 131 | 17 | 154 | 117 | 60 |
| Binary | 1000001 | 11011010 | 11001 | 1000110 | 0 | 1011001 | 1111 | 1101100 | 1001111 | 110000 |
Color Harmonies of #41DA19
Complementary color
Monochromatic Colors of #41DA19
Black with #41DA19
Text Example
Text Example
White with #41DA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DA19; }
p { color: rgb(65,218,25); }
H1.HeaderClassName
{
color: #41DA19;
}
.AnyTagClassName
{
color: #41DA19;
}
</style>
background-color css
<style>
a { background-color: #41DA19; }
a { background-color: rgb(65,218,25); }
div.DivClassName
{
background-color: #41DA19;
}
.BgClassName
{
background-color: #41DA19;
}
</style>
border-color css
<style>
span { border-color: #41DA19; }
span { border-color: rgb(65,218,25); }
td.TdClassName
{
border-color: #41DA19;
}
.TagClassName
{
border-color: #41DA19;
}
</style>