Shades of Kelly Green #40B31F
Tints of Kelly Green #40B31F
RGB
CMYK
RGB Variations
Color information
#40B31F (or 0x40B31F) is known color: Kelly Green. HEX triplet: 40, B3 and 1F. RGB value is (64,179,31). Sum of RGB (Red+Green+Blue) = 64+179+31=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #40B31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B31F is #BF4CE0. Grayscale: #808080. Windows color (decimal): -12537057 or 2077504. OLE color: 2077504.
HSL color Cylindrical-coordinate representation of color #40B31F: hue angle of 106.62º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40B31F is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 31 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.30 |
| HSL | 106.62º | 0.7% | 0.41% | - |
| HSV(B) | 106.62º | 0.83% | 0.7% | - |
| XYZ | 18.48 | 33.43 | 6.77 | - |
| YUV | 127.74 | 73.4 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 31 | 0.64 | 0 | 0.83 | 0.30 | 106.62 | 0.7 | 0.41 |
| Hex | 40 | B3 | 1F | 40 | 0 | 53 | 1E | 6B | 46 | 29 |
| Octal | 100 | 263 | 37 | 100 | 0 | 123 | 36 | 153 | 106 | 51 |
| Binary | 1000000 | 10110011 | 11111 | 1000000 | 0 | 1010011 | 11110 | 1101011 | 1000110 | 101001 |
Color Harmonies of #40B31F
Complementary color
Monochromatic Colors of #40B31F
Black with #40B31F
Text Example
Text Example
White with #40B31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B31F; }
p { color: rgb(64,179,31); }
H1.HeaderClassName
{
color: #40B31F;
}
.AnyTagClassName
{
color: #40B31F;
}
</style>
background-color css
<style>
a { background-color: #40B31F; }
a { background-color: rgb(64,179,31); }
div.DivClassName
{
background-color: #40B31F;
}
.BgClassName
{
background-color: #40B31F;
}
</style>
border-color css
<style>
span { border-color: #40B31F; }
span { border-color: rgb(64,179,31); }
td.TdClassName
{
border-color: #40B31F;
}
.TagClassName
{
border-color: #40B31F;
}
</style>