Shades of Kelly Green #41B610
Tints of Kelly Green #41B610
RGB
CMYK
RGB Variations
Color information
#41B610 (or 0x41B610) is known color: Kelly Green. HEX triplet: 41, B6 and 10. RGB value is (65,182,16). Sum of RGB (Red+Green+Blue) = 65+182+16=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 182 (71.48% from 255 or 69.20% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 182 - color contains mainly: green. Hex color #41B610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B610 is #BE49EF. Grayscale: #808080. Windows color (decimal): -12470768 or 1095233. OLE color: 1095233.
HSL color Cylindrical-coordinate representation of color #41B610: hue angle of 102.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41B610 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 182 | 16 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.29 |
| HSL | 102.29º | 0.84% | 0.39% | - |
| HSV(B) | 102.29º | 0.91% | 0.71% | - |
| XYZ | 19 | 34.62 | 6.17 | - |
| YUV | 128.09 | 64.74 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 182 | 16 | 0.64 | 0 | 0.91 | 0.29 | 102.29 | 0.84 | 0.39 |
| Hex | 41 | B6 | 10 | 40 | 0 | 5B | 1D | 66 | 54 | 27 |
| Octal | 101 | 266 | 20 | 100 | 0 | 133 | 35 | 146 | 124 | 47 |
| Binary | 1000001 | 10110110 | 10000 | 1000000 | 0 | 1011011 | 11101 | 1100110 | 1010100 | 100111 |
Color Harmonies of #41B610
Complementary color
Monochromatic Colors of #41B610
Black with #41B610
Text Example
Text Example
White with #41B610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B610; }
p { color: rgb(65,182,16); }
H1.HeaderClassName
{
color: #41B610;
}
.AnyTagClassName
{
color: #41B610;
}
</style>
background-color css
<style>
a { background-color: #41B610; }
a { background-color: rgb(65,182,16); }
div.DivClassName
{
background-color: #41B610;
}
.BgClassName
{
background-color: #41B610;
}
</style>
border-color css
<style>
span { border-color: #41B610; }
span { border-color: rgb(65,182,16); }
td.TdClassName
{
border-color: #41B610;
}
.TagClassName
{
border-color: #41B610;
}
</style>