Shades of Kelly Green #41BB06
Tints of Kelly Green #41BB06
RGB
CMYK
RGB Variations
Color information
#41BB06 (or 0x41BB06) is known color: Kelly Green. HEX triplet: 41, BB and 06. RGB value is (65,187,6). Sum of RGB (Red+Green+Blue) = 65+187+6=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 187 (73.44% from 255 or 72.48% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41BB06 is #BE44F9. Grayscale: #828282. Windows color (decimal): -12469498 or 441153. OLE color: 441153.
HSL color Cylindrical-coordinate representation of color #41BB06: hue angle of 100.44º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #41BB06 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 187 | 6 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.27 |
| HSL | 100.44º | 0.94% | 0.38% | - |
| HSV(B) | 100.44º | 0.97% | 0.73% | - |
| XYZ | 19.98 | 36.68 | 6.2 | - |
| YUV | 129.89 | 58.08 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 6 | 0.65 | 0 | 0.97 | 0.27 | 100.44 | 0.94 | 0.38 |
| Hex | 41 | BB | 6 | 41 | 0 | 61 | 1B | 64 | 5E | 26 |
| Octal | 101 | 273 | 6 | 101 | 0 | 141 | 33 | 144 | 136 | 46 |
| Binary | 1000001 | 10111011 | 110 | 1000001 | 0 | 1100001 | 11011 | 1100100 | 1011110 | 100110 |
Color Harmonies of #41BB06
Complementary color
Monochromatic Colors of #41BB06
Black with #41BB06
Text Example
Text Example
White with #41BB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BB06; }
p { color: rgb(65,187,6); }
H1.HeaderClassName
{
color: #41BB06;
}
.AnyTagClassName
{
color: #41BB06;
}
</style>
background-color css
<style>
a { background-color: #41BB06; }
a { background-color: rgb(65,187,6); }
div.DivClassName
{
background-color: #41BB06;
}
.BgClassName
{
background-color: #41BB06;
}
</style>
border-color css
<style>
span { border-color: #41BB06; }
span { border-color: rgb(65,187,6); }
td.TdClassName
{
border-color: #41BB06;
}
.TagClassName
{
border-color: #41BB06;
}
</style>