Shades of Kelly Green #41B712
Tints of Kelly Green #41B712
RGB
CMYK
RGB Variations
Color information
#41B712 (or 0x41B712) is known color: Kelly Green. HEX triplet: 41, B7 and 12. RGB value is (65,183,18). Sum of RGB (Red+Green+Blue) = 65+183+18=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 183 (71.88% from 255 or 68.80% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 183 - color contains mainly: green. Hex color #41B712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B712 is #BE48ED. Grayscale: #818181. Windows color (decimal): -12470510 or 1226561. OLE color: 1226561.
HSL color Cylindrical-coordinate representation of color #41B712: hue angle of 102.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41B712 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 18 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.28 |
| HSL | 102.91º | 0.82% | 0.39% | - |
| HSV(B) | 102.91º | 0.9% | 0.72% | - |
| XYZ | 19.22 | 35.03 | 6.32 | - |
| YUV | 128.91 | 65.41 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 18 | 0.64 | 0 | 0.90 | 0.28 | 102.91 | 0.82 | 0.39 |
| Hex | 41 | B7 | 12 | 40 | 0 | 5A | 1C | 67 | 52 | 27 |
| Octal | 101 | 267 | 22 | 100 | 0 | 132 | 34 | 147 | 122 | 47 |
| Binary | 1000001 | 10110111 | 10010 | 1000000 | 0 | 1011010 | 11100 | 1100111 | 1010010 | 100111 |
Color Harmonies of #41B712
Complementary color
Monochromatic Colors of #41B712
Black with #41B712
Text Example
Text Example
White with #41B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B712; }
p { color: rgb(65,183,18); }
H1.HeaderClassName
{
color: #41B712;
}
.AnyTagClassName
{
color: #41B712;
}
</style>
background-color css
<style>
a { background-color: #41B712; }
a { background-color: rgb(65,183,18); }
div.DivClassName
{
background-color: #41B712;
}
.BgClassName
{
background-color: #41B712;
}
</style>
border-color css
<style>
span { border-color: #41B712; }
span { border-color: rgb(65,183,18); }
td.TdClassName
{
border-color: #41B712;
}
.TagClassName
{
border-color: #41B712;
}
</style>