Shades of Kelly Green #40C203
Tints of Kelly Green #40C203
RGB
CMYK
RGB Variations
Color information
#40C203 (or 0x40C203) is known color: Kelly Green. HEX triplet: 40, C2 and 03. RGB value is (64,194,3). Sum of RGB (Red+Green+Blue) = 64+194+3=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #40C203 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C203 is #BF3DFC. Grayscale: #858585. Windows color (decimal): -12533245 or 246336. OLE color: 246336.
HSL color Cylindrical-coordinate representation of color #40C203: hue angle of 100.84º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40C203 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 3 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.24 |
| HSL | 100.84º | 0.97% | 0.39% | - |
| HSV(B) | 100.84º | 0.98% | 0.76% | - |
| XYZ | 21.42 | 39.68 | 6.62 | - |
| YUV | 133.36 | 54.43 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 3 | 0.67 | 0 | 0.98 | 0.24 | 100.84 | 0.97 | 0.39 |
| Hex | 40 | C2 | 3 | 43 | 0 | 62 | 18 | 65 | 61 | 27 |
| Octal | 100 | 302 | 3 | 103 | 0 | 142 | 30 | 145 | 141 | 47 |
| Binary | 1000000 | 11000010 | 11 | 1000011 | 0 | 1100010 | 11000 | 1100101 | 1100001 | 100111 |
Color Harmonies of #40C203
Complementary color
Monochromatic Colors of #40C203
Black with #40C203
Text Example
Text Example
White with #40C203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C203; }
p { color: rgb(64,194,3); }
H1.HeaderClassName
{
color: #40C203;
}
.AnyTagClassName
{
color: #40C203;
}
</style>
background-color css
<style>
a { background-color: #40C203; }
a { background-color: rgb(64,194,3); }
div.DivClassName
{
background-color: #40C203;
}
.BgClassName
{
background-color: #40C203;
}
</style>
border-color css
<style>
span { border-color: #40C203; }
span { border-color: rgb(64,194,3); }
td.TdClassName
{
border-color: #40C203;
}
.TagClassName
{
border-color: #40C203;
}
</style>