Shades of Kelly Green #40B021
Tints of Kelly Green #40B021
RGB
CMYK
RGB Variations
Color information
#40B021 (or 0x40B021) is known color: Kelly Green. HEX triplet: 40, B0 and 21. RGB value is (64,176,33). Sum of RGB (Red+Green+Blue) = 64+176+33=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #40B021 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B021 is #BF4FDE. Grayscale: #7E7E7E. Windows color (decimal): -12537823 or 2207808. OLE color: 2207808.
HSL color Cylindrical-coordinate representation of color #40B021: hue angle of 106.99º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40B021 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 33 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.31 |
| HSL | 106.99º | 0.68% | 0.41% | - |
| HSV(B) | 106.99º | 0.81% | 0.69% | - |
| XYZ | 17.91 | 32.25 | 6.72 | - |
| YUV | 126.21 | 75.39 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 33 | 0.64 | 0 | 0.81 | 0.31 | 106.99 | 0.68 | 0.41 |
| Hex | 40 | B0 | 21 | 40 | 0 | 51 | 1F | 6B | 44 | 29 |
| Octal | 100 | 260 | 41 | 100 | 0 | 121 | 37 | 153 | 104 | 51 |
| Binary | 1000000 | 10110000 | 100001 | 1000000 | 0 | 1010001 | 11111 | 1101011 | 1000100 | 101001 |
Color Harmonies of #40B021
Complementary color
Monochromatic Colors of #40B021
Black with #40B021
Text Example
Text Example
White with #40B021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B021; }
p { color: rgb(64,176,33); }
H1.HeaderClassName
{
color: #40B021;
}
.AnyTagClassName
{
color: #40B021;
}
</style>
background-color css
<style>
a { background-color: #40B021; }
a { background-color: rgb(64,176,33); }
div.DivClassName
{
background-color: #40B021;
}
.BgClassName
{
background-color: #40B021;
}
</style>
border-color css
<style>
span { border-color: #40B021; }
span { border-color: rgb(64,176,33); }
td.TdClassName
{
border-color: #40B021;
}
.TagClassName
{
border-color: #40B021;
}
</style>