Shades of Kelly Green #40C923
Tints of Kelly Green #40C923
RGB
CMYK
RGB Variations
Color information
#40C923 (or 0x40C923) is known color: Kelly Green. HEX triplet: 40, C9 and 23. RGB value is (64,201,35). Sum of RGB (Red+Green+Blue) = 64+201+35=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 201 (78.91% from 255 or 67% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 201 - color contains mainly: green. Hex color #40C923 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C923 is #BF36DC. Grayscale: #8D8D8D. Windows color (decimal): -12531421 or 2345280. OLE color: 2345280.
HSL color Cylindrical-coordinate representation of color #40C923: hue angle of 109.52º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40C923 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 35 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.21 |
| HSL | 109.52º | 0.7% | 0.46% | - |
| HSV(B) | 109.52º | 0.83% | 0.79% | - |
| XYZ | 23.3 | 42.98 | 8.66 | - |
| YUV | 141.11 | 68.11 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 35 | 0.68 | 0 | 0.83 | 0.21 | 109.52 | 0.7 | 0.46 |
| Hex | 40 | C9 | 23 | 44 | 0 | 53 | 15 | 6E | 46 | 2E |
| Octal | 100 | 311 | 43 | 104 | 0 | 123 | 25 | 156 | 106 | 56 |
| Binary | 1000000 | 11001001 | 100011 | 1000100 | 0 | 1010011 | 10101 | 1101110 | 1000110 | 101110 |
Color Harmonies of #40C923
Complementary color
Monochromatic Colors of #40C923
Black with #40C923
Text Example
Text Example
White with #40C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C923; }
p { color: rgb(64,201,35); }
H1.HeaderClassName
{
color: #40C923;
}
.AnyTagClassName
{
color: #40C923;
}
</style>
background-color css
<style>
a { background-color: #40C923; }
a { background-color: rgb(64,201,35); }
div.DivClassName
{
background-color: #40C923;
}
.BgClassName
{
background-color: #40C923;
}
</style>
border-color css
<style>
span { border-color: #40C923; }
span { border-color: rgb(64,201,35); }
td.TdClassName
{
border-color: #40C923;
}
.TagClassName
{
border-color: #40C923;
}
</style>