Shades of Kelly Green #40BF21
Tints of Kelly Green #40BF21
RGB
CMYK
RGB Variations
Color information
#40BF21 (or 0x40BF21) is known color: Kelly Green. HEX triplet: 40, BF and 21. RGB value is (64,191,33). Sum of RGB (Red+Green+Blue) = 64+191+33=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF21 is #BF40DE. Grayscale: #878787. Windows color (decimal): -12533983 or 2211648. OLE color: 2211648.
HSL color Cylindrical-coordinate representation of color #40BF21: hue angle of 108.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40BF21 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 33 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.25 |
| HSL | 108.23º | 0.71% | 0.44% | - |
| HSV(B) | 108.23º | 0.83% | 0.75% | - |
| XYZ | 21.02 | 38.46 | 7.75 | - |
| YUV | 135.02 | 70.42 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 33 | 0.66 | 0 | 0.83 | 0.25 | 108.23 | 0.71 | 0.44 |
| Hex | 40 | BF | 21 | 42 | 0 | 53 | 19 | 6C | 47 | 2C |
| Octal | 100 | 277 | 41 | 102 | 0 | 123 | 31 | 154 | 107 | 54 |
| Binary | 1000000 | 10111111 | 100001 | 1000010 | 0 | 1010011 | 11001 | 1101100 | 1000111 | 101100 |
Color Harmonies of #40BF21
Complementary color
Monochromatic Colors of #40BF21
Black with #40BF21
Text Example
Text Example
White with #40BF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF21; }
p { color: rgb(64,191,33); }
H1.HeaderClassName
{
color: #40BF21;
}
.AnyTagClassName
{
color: #40BF21;
}
</style>
background-color css
<style>
a { background-color: #40BF21; }
a { background-color: rgb(64,191,33); }
div.DivClassName
{
background-color: #40BF21;
}
.BgClassName
{
background-color: #40BF21;
}
</style>
border-color css
<style>
span { border-color: #40BF21; }
span { border-color: rgb(64,191,33); }
td.TdClassName
{
border-color: #40BF21;
}
.TagClassName
{
border-color: #40BF21;
}
</style>