Shades of Kelly Green #41B310
Tints of Kelly Green #41B310
RGB
CMYK
RGB Variations
Color information
#41B310 (or 0x41B310) is known color: Kelly Green. HEX triplet: 41, B3 and 10. RGB value is (65,179,16). Sum of RGB (Red+Green+Blue) = 65+179+16=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #41B310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B310 is #BE4CEF. Grayscale: #7E7E7E. Windows color (decimal): -12471536 or 1094465. OLE color: 1094465.
HSL color Cylindrical-coordinate representation of color #41B310: hue angle of 101.96º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41B310 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 16 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.30 |
| HSL | 101.96º | 0.84% | 0.38% | - |
| HSV(B) | 101.96º | 0.91% | 0.7% | - |
| XYZ | 18.39 | 33.4 | 5.97 | - |
| YUV | 126.33 | 65.73 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 16 | 0.64 | 0 | 0.91 | 0.30 | 101.96 | 0.84 | 0.38 |
| Hex | 41 | B3 | 10 | 40 | 0 | 5B | 1E | 66 | 54 | 26 |
| Octal | 101 | 263 | 20 | 100 | 0 | 133 | 36 | 146 | 124 | 46 |
| Binary | 1000001 | 10110011 | 10000 | 1000000 | 0 | 1011011 | 11110 | 1100110 | 1010100 | 100110 |
Color Harmonies of #41B310
Complementary color
Monochromatic Colors of #41B310
Black with #41B310
Text Example
Text Example
White with #41B310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B310; }
p { color: rgb(65,179,16); }
H1.HeaderClassName
{
color: #41B310;
}
.AnyTagClassName
{
color: #41B310;
}
</style>
background-color css
<style>
a { background-color: #41B310; }
a { background-color: rgb(65,179,16); }
div.DivClassName
{
background-color: #41B310;
}
.BgClassName
{
background-color: #41B310;
}
</style>
border-color css
<style>
span { border-color: #41B310; }
span { border-color: rgb(65,179,16); }
td.TdClassName
{
border-color: #41B310;
}
.TagClassName
{
border-color: #41B310;
}
</style>