Shades of Kelly Green #40B71B
Tints of Kelly Green #40B71B
RGB
CMYK
RGB Variations
Color information
#40B71B (or 0x40B71B) is known color: Kelly Green. HEX triplet: 40, B7 and 1B. RGB value is (64,183,27). Sum of RGB (Red+Green+Blue) = 64+183+27=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #40B71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B71B is #BF48E4. Grayscale: #828282. Windows color (decimal): -12536037 or 1816384. OLE color: 1816384.
HSL color Cylindrical-coordinate representation of color #40B71B: hue angle of 105.77º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40B71B is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 27 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.28 |
| HSL | 105.77º | 0.74% | 0.41% | - |
| HSV(B) | 105.77º | 0.85% | 0.72% | - |
| XYZ | 19.25 | 35.04 | 6.79 | - |
| YUV | 129.64 | 70.08 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 27 | 0.65 | 0 | 0.85 | 0.28 | 105.77 | 0.74 | 0.41 |
| Hex | 40 | B7 | 1B | 41 | 0 | 55 | 1C | 6A | 4A | 29 |
| Octal | 100 | 267 | 33 | 101 | 0 | 125 | 34 | 152 | 112 | 51 |
| Binary | 1000000 | 10110111 | 11011 | 1000001 | 0 | 1010101 | 11100 | 1101010 | 1001010 | 101001 |
Color Harmonies of #40B71B
Complementary color
Monochromatic Colors of #40B71B
Black with #40B71B
Text Example
Text Example
White with #40B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B71B; }
p { color: rgb(64,183,27); }
H1.HeaderClassName
{
color: #40B71B;
}
.AnyTagClassName
{
color: #40B71B;
}
</style>
background-color css
<style>
a { background-color: #40B71B; }
a { background-color: rgb(64,183,27); }
div.DivClassName
{
background-color: #40B71B;
}
.BgClassName
{
background-color: #40B71B;
}
</style>
border-color css
<style>
span { border-color: #40B71B; }
span { border-color: rgb(64,183,27); }
td.TdClassName
{
border-color: #40B71B;
}
.TagClassName
{
border-color: #40B71B;
}
</style>