Shades of Kelly Green #40B426
Tints of Kelly Green #40B426
RGB
CMYK
RGB Variations
Color information
#40B426 (or 0x40B426) is known color: Kelly Green. HEX triplet: 40, B4 and 26. RGB value is (64,180,38). Sum of RGB (Red+Green+Blue) = 64+180+38=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 180 (70.70% from 255 or 63.83% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 180 - color contains mainly: green. Hex color #40B426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B426 is #BF4BD9. Grayscale: #818181. Windows color (decimal): -12536794 or 2536512. OLE color: 2536512.
HSL color Cylindrical-coordinate representation of color #40B426: hue angle of 109.01º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40B426 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 38 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.29 |
| HSL | 109.01º | 0.65% | 0.43% | - |
| HSV(B) | 109.01º | 0.79% | 0.71% | - |
| XYZ | 18.79 | 33.87 | 7.38 | - |
| YUV | 129.13 | 76.57 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 38 | 0.64 | 0 | 0.79 | 0.29 | 109.01 | 0.65 | 0.43 |
| Hex | 40 | B4 | 26 | 40 | 0 | 4F | 1D | 6D | 41 | 2B |
| Octal | 100 | 264 | 46 | 100 | 0 | 117 | 35 | 155 | 101 | 53 |
| Binary | 1000000 | 10110100 | 100110 | 1000000 | 0 | 1001111 | 11101 | 1101101 | 1000001 | 101011 |
Color Harmonies of #40B426
Complementary color
Monochromatic Colors of #40B426
Black with #40B426
Text Example
Text Example
White with #40B426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B426; }
p { color: rgb(64,180,38); }
H1.HeaderClassName
{
color: #40B426;
}
.AnyTagClassName
{
color: #40B426;
}
</style>
background-color css
<style>
a { background-color: #40B426; }
a { background-color: rgb(64,180,38); }
div.DivClassName
{
background-color: #40B426;
}
.BgClassName
{
background-color: #40B426;
}
</style>
border-color css
<style>
span { border-color: #40B426; }
span { border-color: rgb(64,180,38); }
td.TdClassName
{
border-color: #40B426;
}
.TagClassName
{
border-color: #40B426;
}
</style>