Shades of Kelly Green #40BC27
Tints of Kelly Green #40BC27
RGB
CMYK
RGB Variations
Color information
#40BC27 (or 0x40BC27) is known color: Kelly Green. HEX triplet: 40, BC and 27. RGB value is (64,188,39). Sum of RGB (Red+Green+Blue) = 64+188+39=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC27 is #BF43D8. Grayscale: #868686. Windows color (decimal): -12534745 or 2604096. OLE color: 2604096.
HSL color Cylindrical-coordinate representation of color #40BC27: hue angle of 109.93º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40BC27 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 39 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.26 |
| HSL | 109.93º | 0.66% | 0.45% | - |
| HSV(B) | 109.93º | 0.79% | 0.74% | - |
| XYZ | 20.46 | 37.2 | 8.02 | - |
| YUV | 133.94 | 74.42 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 39 | 0.66 | 0 | 0.79 | 0.26 | 109.93 | 0.66 | 0.45 |
| Hex | 40 | BC | 27 | 42 | 0 | 4F | 1A | 6E | 42 | 2D |
| Octal | 100 | 274 | 47 | 102 | 0 | 117 | 32 | 156 | 102 | 55 |
| Binary | 1000000 | 10111100 | 100111 | 1000010 | 0 | 1001111 | 11010 | 1101110 | 1000010 | 101101 |
Color Harmonies of #40BC27
Complementary color
Monochromatic Colors of #40BC27
Black with #40BC27
Text Example
Text Example
White with #40BC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC27; }
p { color: rgb(64,188,39); }
H1.HeaderClassName
{
color: #40BC27;
}
.AnyTagClassName
{
color: #40BC27;
}
</style>
background-color css
<style>
a { background-color: #40BC27; }
a { background-color: rgb(64,188,39); }
div.DivClassName
{
background-color: #40BC27;
}
.BgClassName
{
background-color: #40BC27;
}
</style>
border-color css
<style>
span { border-color: #40BC27; }
span { border-color: rgb(64,188,39); }
td.TdClassName
{
border-color: #40BC27;
}
.TagClassName
{
border-color: #40BC27;
}
</style>