Shades of Kelly Green #40B403
Tints of Kelly Green #40B403
RGB
CMYK
RGB Variations
Color information
#40B403 (or 0x40B403) is known color: Kelly Green. HEX triplet: 40, B4 and 03. RGB value is (64,180,3). Sum of RGB (Red+Green+Blue) = 64+180+3=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 180 (70.70% from 255 or 72.87% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 180 - color contains mainly: green. Hex color #40B403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B403 is #BF4BFC. Grayscale: #7D7D7D. Windows color (decimal): -12536829 or 242752. OLE color: 242752.
HSL color Cylindrical-coordinate representation of color #40B403: hue angle of 99.32º degrees, saturation: 0.97, 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 #40B403 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 3 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.29 |
| HSL | 99.32º | 0.97% | 0.36% | - |
| HSV(B) | 99.32º | 0.98% | 0.71% | - |
| XYZ | 18.45 | 33.74 | 5.63 | - |
| YUV | 125.14 | 59.07 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 3 | 0.64 | 0 | 0.98 | 0.29 | 99.32 | 0.97 | 0.36 |
| Hex | 40 | B4 | 3 | 40 | 0 | 62 | 1D | 63 | 61 | 24 |
| Octal | 100 | 264 | 3 | 100 | 0 | 142 | 35 | 143 | 141 | 44 |
| Binary | 1000000 | 10110100 | 11 | 1000000 | 0 | 1100010 | 11101 | 1100011 | 1100001 | 100100 |
Color Harmonies of #40B403
Complementary color
Monochromatic Colors of #40B403
Black with #40B403
Text Example
Text Example
White with #40B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B403; }
p { color: rgb(64,180,3); }
H1.HeaderClassName
{
color: #40B403;
}
.AnyTagClassName
{
color: #40B403;
}
</style>
background-color css
<style>
a { background-color: #40B403; }
a { background-color: rgb(64,180,3); }
div.DivClassName
{
background-color: #40B403;
}
.BgClassName
{
background-color: #40B403;
}
</style>
border-color css
<style>
span { border-color: #40B403; }
span { border-color: rgb(64,180,3); }
td.TdClassName
{
border-color: #40B403;
}
.TagClassName
{
border-color: #40B403;
}
</style>