Shades of Kelly Green #40B402
Tints of Kelly Green #40B402
RGB
CMYK
RGB Variations
Color information
#40B402 (or 0x40B402) is known color: Kelly Green. HEX triplet: 40, B4 and 02. RGB value is (64,180,2). Sum of RGB (Red+Green+Blue) = 64+180+2=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 180 (70.70% from 255 or 73.17% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 180 - color contains mainly: green. Hex color #40B402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B402 is #BF4BFD. Grayscale: #7D7D7D. Windows color (decimal): -12536830 or 177216. OLE color: 177216.
HSL color Cylindrical-coordinate representation of color #40B402: hue angle of 99.1º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40B402 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.29 |
| HSL | 99.1º | 0.98% | 0.36% | - |
| HSV(B) | 99.1º | 0.99% | 0.71% | - |
| XYZ | 18.45 | 33.74 | 5.6 | - |
| YUV | 125.02 | 58.57 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 2 | 0.64 | 0 | 0.99 | 0.29 | 99.1 | 0.98 | 0.36 |
| Hex | 40 | B4 | 2 | 40 | 0 | 63 | 1D | 63 | 62 | 24 |
| Octal | 100 | 264 | 2 | 100 | 0 | 143 | 35 | 143 | 142 | 44 |
| Binary | 1000000 | 10110100 | 10 | 1000000 | 0 | 1100011 | 11101 | 1100011 | 1100010 | 100100 |
Color Harmonies of #40B402
Complementary color
Monochromatic Colors of #40B402
Black with #40B402
Text Example
Text Example
White with #40B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B402; }
p { color: rgb(64,180,2); }
H1.HeaderClassName
{
color: #40B402;
}
.AnyTagClassName
{
color: #40B402;
}
</style>
background-color css
<style>
a { background-color: #40B402; }
a { background-color: rgb(64,180,2); }
div.DivClassName
{
background-color: #40B402;
}
.BgClassName
{
background-color: #40B402;
}
</style>
border-color css
<style>
span { border-color: #40B402; }
span { border-color: rgb(64,180,2); }
td.TdClassName
{
border-color: #40B402;
}
.TagClassName
{
border-color: #40B402;
}
</style>