Shades of Kelly Green #40B92B
Tints of Kelly Green #40B92B
RGB
CMYK
RGB Variations
Color information
#40B92B (or 0x40B92B) is known color: Kelly Green. HEX triplet: 40, B9 and 2B. RGB value is (64,185,43). Sum of RGB (Red+Green+Blue) = 64+185+43=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 185 (72.66% from 255 or 63.36% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 185 - color contains mainly: green. Hex color #40B92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B92B is #BF46D4. Grayscale: #858585. Windows color (decimal): -12535509 or 2865472. OLE color: 2865472.
HSL color Cylindrical-coordinate representation of color #40B92B: hue angle of 111.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40B92B is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 185 | 43 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.27 |
| HSL | 111.13º | 0.62% | 0.45% | - |
| HSV(B) | 111.13º | 0.77% | 0.73% | - |
| XYZ | 19.9 | 35.96 | 8.18 | - |
| YUV | 132.63 | 77.41 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 185 | 43 | 0.65 | 0 | 0.77 | 0.27 | 111.13 | 0.62 | 0.45 |
| Hex | 40 | B9 | 2B | 41 | 0 | 4D | 1B | 6F | 3E | 2D |
| Octal | 100 | 271 | 53 | 101 | 0 | 115 | 33 | 157 | 76 | 55 |
| Binary | 1000000 | 10111001 | 101011 | 1000001 | 0 | 1001101 | 11011 | 1101111 | 111110 | 101101 |
Color Harmonies of #40B92B
Complementary color
Monochromatic Colors of #40B92B
Black with #40B92B
Text Example
Text Example
White with #40B92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B92B; }
p { color: rgb(64,185,43); }
H1.HeaderClassName
{
color: #40B92B;
}
.AnyTagClassName
{
color: #40B92B;
}
</style>
background-color css
<style>
a { background-color: #40B92B; }
a { background-color: rgb(64,185,43); }
div.DivClassName
{
background-color: #40B92B;
}
.BgClassName
{
background-color: #40B92B;
}
</style>
border-color css
<style>
span { border-color: #40B92B; }
span { border-color: rgb(64,185,43); }
td.TdClassName
{
border-color: #40B92B;
}
.TagClassName
{
border-color: #40B92B;
}
</style>