Shades of Kelly Green #40A825
Tints of Kelly Green #40A825
RGB
CMYK
RGB Variations
Color information
#40A825 (or 0x40A825) is known color: Kelly Green. HEX triplet: 40, A8 and 25. RGB value is (64,168,37). Sum of RGB (Red+Green+Blue) = 64+168+37=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #40A825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A825 is #BF57DA. Grayscale: #7A7A7A. Windows color (decimal): -12539867 or 2467904. OLE color: 2467904.
HSL color Cylindrical-coordinate representation of color #40A825: hue angle of 107.63º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40A825 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 37 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.34 |
| HSL | 107.63º | 0.64% | 0.4% | - |
| HSV(B) | 107.63º | 0.78% | 0.66% | - |
| XYZ | 16.45 | 29.23 | 6.52 | - |
| YUV | 121.97 | 80.04 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 37 | 0.62 | 0 | 0.78 | 0.34 | 107.63 | 0.64 | 0.4 |
| Hex | 40 | A8 | 25 | 3E | 0 | 4E | 22 | 6C | 40 | 28 |
| Octal | 100 | 250 | 45 | 76 | 0 | 116 | 42 | 154 | 100 | 50 |
| Binary | 1000000 | 10101000 | 100101 | 111110 | 0 | 1001110 | 100010 | 1101100 | 1000000 | 101000 |
Color Harmonies of #40A825
Complementary color
Monochromatic Colors of #40A825
Black with #40A825
Text Example
Text Example
White with #40A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A825; }
p { color: rgb(64,168,37); }
H1.HeaderClassName
{
color: #40A825;
}
.AnyTagClassName
{
color: #40A825;
}
</style>
background-color css
<style>
a { background-color: #40A825; }
a { background-color: rgb(64,168,37); }
div.DivClassName
{
background-color: #40A825;
}
.BgClassName
{
background-color: #40A825;
}
</style>
border-color css
<style>
span { border-color: #40A825; }
span { border-color: rgb(64,168,37); }
td.TdClassName
{
border-color: #40A825;
}
.TagClassName
{
border-color: #40A825;
}
</style>