Shades of Kelly Green #40B002
Tints of Kelly Green #40B002
RGB
CMYK
RGB Variations
Color information
#40B002 (or 0x40B002) is known color: Kelly Green. HEX triplet: 40, B0 and 02. RGB value is (64,176,2). Sum of RGB (Red+Green+Blue) = 64+176+2=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 176 (69.14% from 255 or 72.73% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 176 - color contains mainly: green. Hex color #40B002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B002 is #BF4FFD. Grayscale: #7B7B7B. Windows color (decimal): -12537854 or 176192. OLE color: 176192.
HSL color Cylindrical-coordinate representation of color #40B002: hue angle of 98.62º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40B002 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.31 |
| HSL | 98.62º | 0.98% | 0.35% | - |
| HSV(B) | 98.62º | 0.99% | 0.69% | - |
| XYZ | 17.65 | 32.15 | 5.33 | - |
| YUV | 122.68 | 59.89 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 2 | 0.64 | 0 | 0.99 | 0.31 | 98.62 | 0.98 | 0.35 |
| Hex | 40 | B0 | 2 | 40 | 0 | 63 | 1F | 63 | 62 | 23 |
| Octal | 100 | 260 | 2 | 100 | 0 | 143 | 37 | 143 | 142 | 43 |
| Binary | 1000000 | 10110000 | 10 | 1000000 | 0 | 1100011 | 11111 | 1100011 | 1100010 | 100011 |
Color Harmonies of #40B002
Complementary color
Monochromatic Colors of #40B002
Black with #40B002
Text Example
Text Example
White with #40B002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B002; }
p { color: rgb(64,176,2); }
H1.HeaderClassName
{
color: #40B002;
}
.AnyTagClassName
{
color: #40B002;
}
</style>
background-color css
<style>
a { background-color: #40B002; }
a { background-color: rgb(64,176,2); }
div.DivClassName
{
background-color: #40B002;
}
.BgClassName
{
background-color: #40B002;
}
</style>
border-color css
<style>
span { border-color: #40B002; }
span { border-color: rgb(64,176,2); }
td.TdClassName
{
border-color: #40B002;
}
.TagClassName
{
border-color: #40B002;
}
</style>