Shades of Kelly Green #40B401
Tints of Kelly Green #40B401
RGB
CMYK
RGB Variations
Color information
#40B401 (or 0x40B401) is known color: Kelly Green. HEX triplet: 40, B4 and 01. RGB value is (64,180,1). Sum of RGB (Red+Green+Blue) = 64+180+1=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #40B401 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B401 is #BF4BFE. Grayscale: #7D7D7D. Windows color (decimal): -12536831 or 111680. OLE color: 111680.
HSL color Cylindrical-coordinate representation of color #40B401: hue angle of 98.88º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40B401 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 1 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.29 |
| HSL | 98.88º | 0.99% | 0.35% | - |
| HSV(B) | 98.88º | 0.99% | 0.71% | - |
| XYZ | 18.44 | 33.73 | 5.57 | - |
| YUV | 124.91 | 58.07 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 1 | 0.64 | 0 | 0.99 | 0.29 | 98.88 | 0.99 | 0.35 |
| Hex | 40 | B4 | 1 | 40 | 0 | 63 | 1D | 63 | 63 | 23 |
| Octal | 100 | 264 | 1 | 100 | 0 | 143 | 35 | 143 | 143 | 43 |
| Binary | 1000000 | 10110100 | 1 | 1000000 | 0 | 1100011 | 11101 | 1100011 | 1100011 | 100011 |
Color Harmonies of #40B401
Complementary color
Monochromatic Colors of #40B401
Black with #40B401
Text Example
Text Example
White with #40B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B401; }
p { color: rgb(64,180,1); }
H1.HeaderClassName
{
color: #40B401;
}
.AnyTagClassName
{
color: #40B401;
}
</style>
background-color css
<style>
a { background-color: #40B401; }
a { background-color: rgb(64,180,1); }
div.DivClassName
{
background-color: #40B401;
}
.BgClassName
{
background-color: #40B401;
}
</style>
border-color css
<style>
span { border-color: #40B401; }
span { border-color: rgb(64,180,1); }
td.TdClassName
{
border-color: #40B401;
}
.TagClassName
{
border-color: #40B401;
}
</style>