Shades of Kelly Green #40B226
Tints of Kelly Green #40B226
RGB
CMYK
RGB Variations
Color information
#40B226 (or 0x40B226) is known color: Kelly Green. HEX triplet: 40, B2 and 26. RGB value is (64,178,38). Sum of RGB (Red+Green+Blue) = 64+178+38=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #40B226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B226 is #BF4DD9. Grayscale: #808080. Windows color (decimal): -12537306 or 2536000. OLE color: 2536000.
HSL color Cylindrical-coordinate representation of color #40B226: hue angle of 108.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40B226 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 38 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.30 |
| HSL | 108.86º | 0.65% | 0.42% | - |
| HSV(B) | 108.86º | 0.79% | 0.7% | - |
| XYZ | 18.38 | 33.07 | 7.25 | - |
| YUV | 127.95 | 77.23 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 38 | 0.64 | 0 | 0.79 | 0.30 | 108.86 | 0.65 | 0.42 |
| Hex | 40 | B2 | 26 | 40 | 0 | 4F | 1E | 6D | 41 | 2A |
| Octal | 100 | 262 | 46 | 100 | 0 | 117 | 36 | 155 | 101 | 52 |
| Binary | 1000000 | 10110010 | 100110 | 1000000 | 0 | 1001111 | 11110 | 1101101 | 1000001 | 101010 |
Color Harmonies of #40B226
Complementary color
Monochromatic Colors of #40B226
Black with #40B226
Text Example
Text Example
White with #40B226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B226; }
p { color: rgb(64,178,38); }
H1.HeaderClassName
{
color: #40B226;
}
.AnyTagClassName
{
color: #40B226;
}
</style>
background-color css
<style>
a { background-color: #40B226; }
a { background-color: rgb(64,178,38); }
div.DivClassName
{
background-color: #40B226;
}
.BgClassName
{
background-color: #40B226;
}
</style>
border-color css
<style>
span { border-color: #40B226; }
span { border-color: rgb(64,178,38); }
td.TdClassName
{
border-color: #40B226;
}
.TagClassName
{
border-color: #40B226;
}
</style>