Shades of Kelly Green #40A602
Tints of Kelly Green #40A602
RGB
CMYK
RGB Variations
Color information
#40A602 (or 0x40A602) is known color: Kelly Green. HEX triplet: 40, A6 and 02. RGB value is (64,166,2). Sum of RGB (Red+Green+Blue) = 64+166+2=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 166 (65.23% from 255 or 71.55% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 166 - color contains mainly: green. Hex color #40A602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A602 is #BF59FD. Grayscale: #757575. Windows color (decimal): -12540414 or 173632. OLE color: 173632.
HSL color Cylindrical-coordinate representation of color #40A602: hue angle of 97.32º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40A602 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 2 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.35 |
| HSL | 97.32º | 0.98% | 0.33% | - |
| HSV(B) | 97.32º | 0.99% | 0.65% | - |
| XYZ | 15.76 | 28.37 | 4.7 | - |
| YUV | 116.81 | 63.21 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 2 | 0.61 | 0 | 0.99 | 0.35 | 97.32 | 0.98 | 0.33 |
| Hex | 40 | A6 | 2 | 3D | 0 | 63 | 23 | 61 | 62 | 21 |
| Octal | 100 | 246 | 2 | 75 | 0 | 143 | 43 | 141 | 142 | 41 |
| Binary | 1000000 | 10100110 | 10 | 111101 | 0 | 1100011 | 100011 | 1100001 | 1100010 | 100001 |
Color Harmonies of #40A602
Complementary color
Monochromatic Colors of #40A602
Black with #40A602
Text Example
Text Example
White with #40A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A602; }
p { color: rgb(64,166,2); }
H1.HeaderClassName
{
color: #40A602;
}
.AnyTagClassName
{
color: #40A602;
}
</style>
background-color css
<style>
a { background-color: #40A602; }
a { background-color: rgb(64,166,2); }
div.DivClassName
{
background-color: #40A602;
}
.BgClassName
{
background-color: #40A602;
}
</style>
border-color css
<style>
span { border-color: #40A602; }
span { border-color: rgb(64,166,2); }
td.TdClassName
{
border-color: #40A602;
}
.TagClassName
{
border-color: #40A602;
}
</style>