Shades of Kelly Green #40CB1C
Tints of Kelly Green #40CB1C
RGB
CMYK
RGB Variations
Color information
#40CB1C (or 0x40CB1C) is known color: Kelly Green. HEX triplet: 40, CB and 1C. RGB value is (64,203,28). Sum of RGB (Red+Green+Blue) = 64+203+28=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 203 (79.69% from 255 or 68.81% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 203 - color contains mainly: green. Hex color #40CB1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CB1C is #BF34E3. Grayscale: #8E8E8E. Windows color (decimal): -12530916 or 1887040. OLE color: 1887040.
HSL color Cylindrical-coordinate representation of color #40CB1C: hue angle of 107.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40CB1C is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 28 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.20 |
| HSL | 107.66º | 0.76% | 0.45% | - |
| HSV(B) | 107.66º | 0.86% | 0.8% | - |
| XYZ | 23.68 | 43.89 | 8.32 | - |
| YUV | 141.49 | 63.95 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 28 | 0.68 | 0 | 0.86 | 0.20 | 107.66 | 0.76 | 0.45 |
| Hex | 40 | CB | 1C | 44 | 0 | 56 | 14 | 6C | 4C | 2D |
| Octal | 100 | 313 | 34 | 104 | 0 | 126 | 24 | 154 | 114 | 55 |
| Binary | 1000000 | 11001011 | 11100 | 1000100 | 0 | 1010110 | 10100 | 1101100 | 1001100 | 101101 |
Color Harmonies of #40CB1C
Complementary color
Monochromatic Colors of #40CB1C
Black with #40CB1C
Text Example
Text Example
White with #40CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CB1C; }
p { color: rgb(64,203,28); }
H1.HeaderClassName
{
color: #40CB1C;
}
.AnyTagClassName
{
color: #40CB1C;
}
</style>
background-color css
<style>
a { background-color: #40CB1C; }
a { background-color: rgb(64,203,28); }
div.DivClassName
{
background-color: #40CB1C;
}
.BgClassName
{
background-color: #40CB1C;
}
</style>
border-color css
<style>
span { border-color: #40CB1C; }
span { border-color: rgb(64,203,28); }
td.TdClassName
{
border-color: #40CB1C;
}
.TagClassName
{
border-color: #40CB1C;
}
</style>