Shades of Kelly Green #40BC25
Tints of Kelly Green #40BC25
RGB
CMYK
RGB Variations
Color information
#40BC25 (or 0x40BC25) is known color: Kelly Green. HEX triplet: 40, BC and 25. RGB value is (64,188,37). Sum of RGB (Red+Green+Blue) = 64+188+37=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC25 is #BF43DA. Grayscale: #868686. Windows color (decimal): -12534747 or 2473024. OLE color: 2473024.
HSL color Cylindrical-coordinate representation of color #40BC25: hue angle of 109.27º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #40BC25 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 37 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.26 |
| HSL | 109.27º | 0.67% | 0.44% | - |
| HSV(B) | 109.27º | 0.8% | 0.74% | - |
| XYZ | 20.43 | 37.19 | 7.85 | - |
| YUV | 133.71 | 73.42 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 37 | 0.66 | 0 | 0.80 | 0.26 | 109.27 | 0.67 | 0.44 |
| Hex | 40 | BC | 25 | 42 | 0 | 50 | 1A | 6D | 43 | 2C |
| Octal | 100 | 274 | 45 | 102 | 0 | 120 | 32 | 155 | 103 | 54 |
| Binary | 1000000 | 10111100 | 100101 | 1000010 | 0 | 1010000 | 11010 | 1101101 | 1000011 | 101100 |
Color Harmonies of #40BC25
Complementary color
Monochromatic Colors of #40BC25
Black with #40BC25
Text Example
Text Example
White with #40BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC25; }
p { color: rgb(64,188,37); }
H1.HeaderClassName
{
color: #40BC25;
}
.AnyTagClassName
{
color: #40BC25;
}
</style>
background-color css
<style>
a { background-color: #40BC25; }
a { background-color: rgb(64,188,37); }
div.DivClassName
{
background-color: #40BC25;
}
.BgClassName
{
background-color: #40BC25;
}
</style>
border-color css
<style>
span { border-color: #40BC25; }
span { border-color: rgb(64,188,37); }
td.TdClassName
{
border-color: #40BC25;
}
.TagClassName
{
border-color: #40BC25;
}
</style>