Shades of Kelly Green #41B705
Tints of Kelly Green #41B705
RGB
CMYK
RGB Variations
Color information
#41B705 (or 0x41B705) is known color: Kelly Green. HEX triplet: 41, B7 and 05. RGB value is (65,183,5). Sum of RGB (Red+Green+Blue) = 65+183+5=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 183 (71.88% from 255 or 72.33% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 183 - color contains mainly: green. Hex color #41B705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B705 is #BE48FA. Grayscale: #808080. Windows color (decimal): -12470523 or 374593. OLE color: 374593.
HSL color Cylindrical-coordinate representation of color #41B705: hue angle of 99.78º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41B705 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 5 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.28 |
| HSL | 99.78º | 0.95% | 0.37% | - |
| HSV(B) | 99.78º | 0.97% | 0.72% | - |
| XYZ | 19.14 | 35 | 5.89 | - |
| YUV | 127.43 | 58.91 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 5 | 0.64 | 0 | 0.97 | 0.28 | 99.78 | 0.95 | 0.37 |
| Hex | 41 | B7 | 5 | 40 | 0 | 61 | 1C | 64 | 5F | 25 |
| Octal | 101 | 267 | 5 | 100 | 0 | 141 | 34 | 144 | 137 | 45 |
| Binary | 1000001 | 10110111 | 101 | 1000000 | 0 | 1100001 | 11100 | 1100100 | 1011111 | 100101 |
Color Harmonies of #41B705
Complementary color
Monochromatic Colors of #41B705
Black with #41B705
Text Example
Text Example
White with #41B705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B705; }
p { color: rgb(65,183,5); }
H1.HeaderClassName
{
color: #41B705;
}
.AnyTagClassName
{
color: #41B705;
}
</style>
background-color css
<style>
a { background-color: #41B705; }
a { background-color: rgb(65,183,5); }
div.DivClassName
{
background-color: #41B705;
}
.BgClassName
{
background-color: #41B705;
}
</style>
border-color css
<style>
span { border-color: #41B705; }
span { border-color: rgb(65,183,5); }
td.TdClassName
{
border-color: #41B705;
}
.TagClassName
{
border-color: #41B705;
}
</style>