Shades of Kelly Green #41BE19
Tints of Kelly Green #41BE19
RGB
CMYK
RGB Variations
Color information
#41BE19 (or 0x41BE19) is known color: Kelly Green. HEX triplet: 41, BE and 19. RGB value is (65,190,25). Sum of RGB (Red+Green+Blue) = 65+190+25=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BE19 is #BE41E6. Grayscale: #868686. Windows color (decimal): -12468711 or 1687105. OLE color: 1687105.
HSL color Cylindrical-coordinate representation of color #41BE19: hue angle of 105.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41BE19 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 25 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.25 |
| HSL | 105.45º | 0.77% | 0.42% | - |
| HSV(B) | 105.45º | 0.87% | 0.75% | - |
| XYZ | 20.77 | 38.02 | 7.16 | - |
| YUV | 133.82 | 66.59 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 25 | 0.66 | 0 | 0.87 | 0.25 | 105.45 | 0.77 | 0.42 |
| Hex | 41 | BE | 19 | 42 | 0 | 57 | 19 | 69 | 4D | 2A |
| Octal | 101 | 276 | 31 | 102 | 0 | 127 | 31 | 151 | 115 | 52 |
| Binary | 1000001 | 10111110 | 11001 | 1000010 | 0 | 1010111 | 11001 | 1101001 | 1001101 | 101010 |
Color Harmonies of #41BE19
Complementary color
Monochromatic Colors of #41BE19
Black with #41BE19
Text Example
Text Example
White with #41BE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BE19; }
p { color: rgb(65,190,25); }
H1.HeaderClassName
{
color: #41BE19;
}
.AnyTagClassName
{
color: #41BE19;
}
</style>
background-color css
<style>
a { background-color: #41BE19; }
a { background-color: rgb(65,190,25); }
div.DivClassName
{
background-color: #41BE19;
}
.BgClassName
{
background-color: #41BE19;
}
</style>
border-color css
<style>
span { border-color: #41BE19; }
span { border-color: rgb(65,190,25); }
td.TdClassName
{
border-color: #41BE19;
}
.TagClassName
{
border-color: #41BE19;
}
</style>