Shades of Kelly Green #40C127
Tints of Kelly Green #40C127
RGB
CMYK
RGB Variations
Color information
#40C127 (or 0x40C127) is known color: Kelly Green. HEX triplet: 40, C1 and 27. RGB value is (64,193,39). Sum of RGB (Red+Green+Blue) = 64+193+39=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #40C127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C127 is #BF3ED8. Grayscale: #898989. Windows color (decimal): -12533465 or 2605376. OLE color: 2605376.
HSL color Cylindrical-coordinate representation of color #40C127: hue angle of 110.26º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40C127 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 39 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.24 |
| HSL | 110.26º | 0.66% | 0.45% | - |
| HSV(B) | 110.26º | 0.8% | 0.76% | - |
| XYZ | 21.55 | 39.38 | 8.38 | - |
| YUV | 136.87 | 72.76 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 39 | 0.67 | 0 | 0.80 | 0.24 | 110.26 | 0.66 | 0.45 |
| Hex | 40 | C1 | 27 | 43 | 0 | 50 | 18 | 6E | 42 | 2D |
| Octal | 100 | 301 | 47 | 103 | 0 | 120 | 30 | 156 | 102 | 55 |
| Binary | 1000000 | 11000001 | 100111 | 1000011 | 0 | 1010000 | 11000 | 1101110 | 1000010 | 101101 |
Color Harmonies of #40C127
Complementary color
Monochromatic Colors of #40C127
Black with #40C127
Text Example
Text Example
White with #40C127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C127; }
p { color: rgb(64,193,39); }
H1.HeaderClassName
{
color: #40C127;
}
.AnyTagClassName
{
color: #40C127;
}
</style>
background-color css
<style>
a { background-color: #40C127; }
a { background-color: rgb(64,193,39); }
div.DivClassName
{
background-color: #40C127;
}
.BgClassName
{
background-color: #40C127;
}
</style>
border-color css
<style>
span { border-color: #40C127; }
span { border-color: rgb(64,193,39); }
td.TdClassName
{
border-color: #40C127;
}
.TagClassName
{
border-color: #40C127;
}
</style>