Shades of Kelly Green #40C61B
Tints of Kelly Green #40C61B
RGB
CMYK
RGB Variations
Color information
#40C61B (or 0x40C61B) is known color: Kelly Green. HEX triplet: 40, C6 and 1B. RGB value is (64,198,27). Sum of RGB (Red+Green+Blue) = 64+198+27=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #40C61B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C61B is #BF39E4. Grayscale: #8A8A8A. Windows color (decimal): -12532197 or 1820224. OLE color: 1820224.
HSL color Cylindrical-coordinate representation of color #40C61B: hue angle of 107.02º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40C61B is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 27 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.22 |
| HSL | 107.02º | 0.76% | 0.44% | - |
| HSV(B) | 107.02º | 0.86% | 0.78% | - |
| XYZ | 22.51 | 41.56 | 7.87 | - |
| YUV | 138.44 | 65.11 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 27 | 0.68 | 0 | 0.86 | 0.22 | 107.02 | 0.76 | 0.44 |
| Hex | 40 | C6 | 1B | 44 | 0 | 56 | 16 | 6B | 4C | 2C |
| Octal | 100 | 306 | 33 | 104 | 0 | 126 | 26 | 153 | 114 | 54 |
| Binary | 1000000 | 11000110 | 11011 | 1000100 | 0 | 1010110 | 10110 | 1101011 | 1001100 | 101100 |
Color Harmonies of #40C61B
Complementary color
Monochromatic Colors of #40C61B
Black with #40C61B
Text Example
Text Example
White with #40C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C61B; }
p { color: rgb(64,198,27); }
H1.HeaderClassName
{
color: #40C61B;
}
.AnyTagClassName
{
color: #40C61B;
}
</style>
background-color css
<style>
a { background-color: #40C61B; }
a { background-color: rgb(64,198,27); }
div.DivClassName
{
background-color: #40C61B;
}
.BgClassName
{
background-color: #40C61B;
}
</style>
border-color css
<style>
span { border-color: #40C61B; }
span { border-color: rgb(64,198,27); }
td.TdClassName
{
border-color: #40C61B;
}
.TagClassName
{
border-color: #40C61B;
}
</style>