Shades of Kelly Green #41B012
Tints of Kelly Green #41B012
RGB
CMYK
RGB Variations
Color information
#41B012 (or 0x41B012) is known color: Kelly Green. HEX triplet: 41, B0 and 12. RGB value is (65,176,18). Sum of RGB (Red+Green+Blue) = 65+176+18=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 176 (69.14% from 255 or 67.95% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 176 - color contains mainly: green. Hex color #41B012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #41B012 is #BE4FED. Grayscale: #7D7D7D. Windows color (decimal): -12472302 or 1224769. OLE color: 1224769.
HSL color Cylindrical-coordinate representation of color #41B012: hue angle of 102.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41B012 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 176 | 18 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.31 |
| HSL | 102.15º | 0.81% | 0.38% | - |
| HSV(B) | 102.15º | 0.9% | 0.69% | - |
| XYZ | 17.81 | 32.22 | 5.85 | - |
| YUV | 124.8 | 67.73 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 176 | 18 | 0.63 | 0 | 0.90 | 0.31 | 102.15 | 0.81 | 0.38 |
| Hex | 41 | B0 | 12 | 3F | 0 | 5A | 1F | 66 | 51 | 26 |
| Octal | 101 | 260 | 22 | 77 | 0 | 132 | 37 | 146 | 121 | 46 |
| Binary | 1000001 | 10110000 | 10010 | 111111 | 0 | 1011010 | 11111 | 1100110 | 1010001 | 100110 |
Color Harmonies of #41B012
Complementary color
Monochromatic Colors of #41B012
Black with #41B012
Text Example
Text Example
White with #41B012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B012; }
p { color: rgb(65,176,18); }
H1.HeaderClassName
{
color: #41B012;
}
.AnyTagClassName
{
color: #41B012;
}
</style>
background-color css
<style>
a { background-color: #41B012; }
a { background-color: rgb(65,176,18); }
div.DivClassName
{
background-color: #41B012;
}
.BgClassName
{
background-color: #41B012;
}
</style>
border-color css
<style>
span { border-color: #41B012; }
span { border-color: rgb(65,176,18); }
td.TdClassName
{
border-color: #41B012;
}
.TagClassName
{
border-color: #41B012;
}
</style>