Shades of Kelly Green #40CA0A
Tints of Kelly Green #40CA0A
RGB
CMYK
RGB Variations
Color information
#40CA0A (or 0x40CA0A) is known color: Kelly Green. HEX triplet: 40, CA and 0A. RGB value is (64,202,10). Sum of RGB (Red+Green+Blue) = 64+202+10=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40CA0A is #BF35F5. Grayscale: #8B8B8B. Windows color (decimal): -12531190 or 707136. OLE color: 707136.
HSL color Cylindrical-coordinate representation of color #40CA0A: hue angle of 103.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40CA0A is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 10 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.21 |
| HSL | 103.13º | 0.91% | 0.42% | - |
| HSV(B) | 103.13º | 0.95% | 0.79% | - |
| XYZ | 23.29 | 43.35 | 7.43 | - |
| YUV | 138.85 | 55.28 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 10 | 0.68 | 0 | 0.95 | 0.21 | 103.13 | 0.91 | 0.42 |
| Hex | 40 | CA | A | 44 | 0 | 5F | 15 | 67 | 5B | 2A |
| Octal | 100 | 312 | 12 | 104 | 0 | 137 | 25 | 147 | 133 | 52 |
| Binary | 1000000 | 11001010 | 1010 | 1000100 | 0 | 1011111 | 10101 | 1100111 | 1011011 | 101010 |
Color Harmonies of #40CA0A
Complementary color
Monochromatic Colors of #40CA0A
Black with #40CA0A
Text Example
Text Example
White with #40CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA0A; }
p { color: rgb(64,202,10); }
H1.HeaderClassName
{
color: #40CA0A;
}
.AnyTagClassName
{
color: #40CA0A;
}
</style>
background-color css
<style>
a { background-color: #40CA0A; }
a { background-color: rgb(64,202,10); }
div.DivClassName
{
background-color: #40CA0A;
}
.BgClassName
{
background-color: #40CA0A;
}
</style>
border-color css
<style>
span { border-color: #40CA0A; }
span { border-color: rgb(64,202,10); }
td.TdClassName
{
border-color: #40CA0A;
}
.TagClassName
{
border-color: #40CA0A;
}
</style>