Shades of Kelly Green #40B02F
Tints of Kelly Green #40B02F
RGB
CMYK
RGB Variations
Color information
#40B02F (or 0x40B02F) is known color: Kelly Green. HEX triplet: 40, B0 and 2F. RGB value is (64,176,47). Sum of RGB (Red+Green+Blue) = 64+176+47=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #40B02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B02F is #BF4FD0. Grayscale: #808080. Windows color (decimal): -12537809 or 3125312. OLE color: 3125312.
HSL color Cylindrical-coordinate representation of color #40B02F: hue angle of 112.09º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40B02F is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 47 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.31 |
| HSL | 112.09º | 0.58% | 0.44% | - |
| HSV(B) | 112.09º | 0.73% | 0.69% | - |
| XYZ | 18.15 | 32.35 | 7.98 | - |
| YUV | 127.81 | 82.39 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 47 | 0.64 | 0 | 0.73 | 0.31 | 112.09 | 0.58 | 0.44 |
| Hex | 40 | B0 | 2F | 40 | 0 | 49 | 1F | 70 | 3A | 2C |
| Octal | 100 | 260 | 57 | 100 | 0 | 111 | 37 | 160 | 72 | 54 |
| Binary | 1000000 | 10110000 | 101111 | 1000000 | 0 | 1001001 | 11111 | 1110000 | 111010 | 101100 |
Color Harmonies of #40B02F
Complementary color
Monochromatic Colors of #40B02F
Black with #40B02F
Text Example
Text Example
White with #40B02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B02F; }
p { color: rgb(64,176,47); }
H1.HeaderClassName
{
color: #40B02F;
}
.AnyTagClassName
{
color: #40B02F;
}
</style>
background-color css
<style>
a { background-color: #40B02F; }
a { background-color: rgb(64,176,47); }
div.DivClassName
{
background-color: #40B02F;
}
.BgClassName
{
background-color: #40B02F;
}
</style>
border-color css
<style>
span { border-color: #40B02F; }
span { border-color: rgb(64,176,47); }
td.TdClassName
{
border-color: #40B02F;
}
.TagClassName
{
border-color: #40B02F;
}
</style>