Shades of Kelly Green #41BB26
Tints of Kelly Green #41BB26
RGB
CMYK
RGB Variations
Color information
#41BB26 (or 0x41BB26) is known color: Kelly Green. HEX triplet: 41, BB and 26. RGB value is (65,187,38). Sum of RGB (Red+Green+Blue) = 65+187+38=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #41BB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BB26 is #BE44D9. Grayscale: #868686. Windows color (decimal): -12469466 or 2538305. OLE color: 2538305.
HSL color Cylindrical-coordinate representation of color #41BB26: hue angle of 109.13º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41BB26 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 187 | 38 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.27 |
| HSL | 109.13º | 0.66% | 0.44% | - |
| HSV(B) | 109.13º | 0.8% | 0.73% | - |
| XYZ | 20.3 | 36.8 | 7.87 | - |
| YUV | 133.54 | 74.08 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 187 | 38 | 0.65 | 0 | 0.80 | 0.27 | 109.13 | 0.66 | 0.44 |
| Hex | 41 | BB | 26 | 41 | 0 | 50 | 1B | 6D | 42 | 2C |
| Octal | 101 | 273 | 46 | 101 | 0 | 120 | 33 | 155 | 102 | 54 |
| Binary | 1000001 | 10111011 | 100110 | 1000001 | 0 | 1010000 | 11011 | 1101101 | 1000010 | 101100 |
Color Harmonies of #41BB26
Complementary color
Monochromatic Colors of #41BB26
Black with #41BB26
Text Example
Text Example
White with #41BB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BB26; }
p { color: rgb(65,187,38); }
H1.HeaderClassName
{
color: #41BB26;
}
.AnyTagClassName
{
color: #41BB26;
}
</style>
background-color css
<style>
a { background-color: #41BB26; }
a { background-color: rgb(65,187,38); }
div.DivClassName
{
background-color: #41BB26;
}
.BgClassName
{
background-color: #41BB26;
}
</style>
border-color css
<style>
span { border-color: #41BB26; }
span { border-color: rgb(65,187,38); }
td.TdClassName
{
border-color: #41BB26;
}
.TagClassName
{
border-color: #41BB26;
}
</style>