Shades of Kelly Green #40B404
Tints of Kelly Green #40B404
RGB
CMYK
RGB Variations
Color information
#40B404 (or 0x40B404) is known color: Kelly Green. HEX triplet: 40, B4 and 04. RGB value is (64,180,4). Sum of RGB (Red+Green+Blue) = 64+180+4=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #40B404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B404 is #BF4BFB. Grayscale: #7D7D7D. Windows color (decimal): -12536828 or 308288. OLE color: 308288.
HSL color Cylindrical-coordinate representation of color #40B404: hue angle of 99.55º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40B404 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.29 |
| HSL | 99.55º | 0.96% | 0.36% | - |
| HSV(B) | 99.55º | 0.98% | 0.71% | - |
| XYZ | 18.46 | 33.74 | 5.65 | - |
| YUV | 125.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 4 | 0.64 | 0 | 0.98 | 0.29 | 99.55 | 0.96 | 0.36 |
| Hex | 40 | B4 | 4 | 40 | 0 | 62 | 1D | 64 | 60 | 24 |
| Octal | 100 | 264 | 4 | 100 | 0 | 142 | 35 | 144 | 140 | 44 |
| Binary | 1000000 | 10110100 | 100 | 1000000 | 0 | 1100010 | 11101 | 1100100 | 1100000 | 100100 |
Color Harmonies of #40B404
Complementary color
Monochromatic Colors of #40B404
Black with #40B404
Text Example
Text Example
White with #40B404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B404; }
p { color: rgb(64,180,4); }
H1.HeaderClassName
{
color: #40B404;
}
.AnyTagClassName
{
color: #40B404;
}
</style>
background-color css
<style>
a { background-color: #40B404; }
a { background-color: rgb(64,180,4); }
div.DivClassName
{
background-color: #40B404;
}
.BgClassName
{
background-color: #40B404;
}
</style>
border-color css
<style>
span { border-color: #40B404; }
span { border-color: rgb(64,180,4); }
td.TdClassName
{
border-color: #40B404;
}
.TagClassName
{
border-color: #40B404;
}
</style>