Shades of Kelly Green #41B920
Tints of Kelly Green #41B920
RGB
CMYK
RGB Variations
Color information
#41B920 (or 0x41B920) is known color: Kelly Green. HEX triplet: 41, B9 and 20. RGB value is (65,185,32). Sum of RGB (Red+Green+Blue) = 65+185+32=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 185 (72.66% from 255 or 65.60% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 185 - color contains mainly: green. Hex color #41B920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B920 is #BE46DF. Grayscale: #848484. Windows color (decimal): -12469984 or 2144577. OLE color: 2144577.
HSL color Cylindrical-coordinate representation of color #41B920: hue angle of 107.06º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41B920 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 32 | - |
| CMYK | 0.65 | 0 | 0.83 | 0.27 |
| HSL | 107.06º | 0.71% | 0.43% | - |
| HSV(B) | 107.06º | 0.83% | 0.73% | - |
| XYZ | 19.79 | 35.93 | 7.26 | - |
| YUV | 131.68 | 71.74 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 32 | 0.65 | 0 | 0.83 | 0.27 | 107.06 | 0.71 | 0.43 |
| Hex | 41 | B9 | 20 | 41 | 0 | 53 | 1B | 6B | 47 | 2B |
| Octal | 101 | 271 | 40 | 101 | 0 | 123 | 33 | 153 | 107 | 53 |
| Binary | 1000001 | 10111001 | 100000 | 1000001 | 0 | 1010011 | 11011 | 1101011 | 1000111 | 101011 |
Color Harmonies of #41B920
Complementary color
Monochromatic Colors of #41B920
Black with #41B920
Text Example
Text Example
White with #41B920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B920; }
p { color: rgb(65,185,32); }
H1.HeaderClassName
{
color: #41B920;
}
.AnyTagClassName
{
color: #41B920;
}
</style>
background-color css
<style>
a { background-color: #41B920; }
a { background-color: rgb(65,185,32); }
div.DivClassName
{
background-color: #41B920;
}
.BgClassName
{
background-color: #41B920;
}
</style>
border-color css
<style>
span { border-color: #41B920; }
span { border-color: rgb(65,185,32); }
td.TdClassName
{
border-color: #41B920;
}
.TagClassName
{
border-color: #41B920;
}
</style>