Shades of Kelly Green #40B42B
Tints of Kelly Green #40B42B
RGB
CMYK
RGB Variations
Color information
#40B42B (or 0x40B42B) is known color: Kelly Green. HEX triplet: 40, B4 and 2B. RGB value is (64,180,43). Sum of RGB (Red+Green+Blue) = 64+180+43=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 180 (70.70% from 255 or 62.72% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 180 - color contains mainly: green. Hex color #40B42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B42B is #BF4BD4. Grayscale: #828282. Windows color (decimal): -12536789 or 2864192. OLE color: 2864192.
HSL color Cylindrical-coordinate representation of color #40B42B: hue angle of 110.8º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40B42B is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 43 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.29 |
| HSL | 110.8º | 0.61% | 0.44% | - |
| HSV(B) | 110.8º | 0.76% | 0.71% | - |
| XYZ | 18.87 | 33.91 | 7.84 | - |
| YUV | 129.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 43 | 0.64 | 0 | 0.76 | 0.29 | 110.8 | 0.61 | 0.44 |
| Hex | 40 | B4 | 2B | 40 | 0 | 4C | 1D | 6F | 3D | 2C |
| Octal | 100 | 264 | 53 | 100 | 0 | 114 | 35 | 157 | 75 | 54 |
| Binary | 1000000 | 10110100 | 101011 | 1000000 | 0 | 1001100 | 11101 | 1101111 | 111101 | 101100 |
Color Harmonies of #40B42B
Complementary color
Monochromatic Colors of #40B42B
Black with #40B42B
Text Example
Text Example
White with #40B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B42B; }
p { color: rgb(64,180,43); }
H1.HeaderClassName
{
color: #40B42B;
}
.AnyTagClassName
{
color: #40B42B;
}
</style>
background-color css
<style>
a { background-color: #40B42B; }
a { background-color: rgb(64,180,43); }
div.DivClassName
{
background-color: #40B42B;
}
.BgClassName
{
background-color: #40B42B;
}
</style>
border-color css
<style>
span { border-color: #40B42B; }
span { border-color: rgb(64,180,43); }
td.TdClassName
{
border-color: #40B42B;
}
.TagClassName
{
border-color: #40B42B;
}
</style>