Shades of Kelly Green #6CD40C
Tints of Kelly Green #6CD40C
RGB
CMYK
RGB Variations
Color information
#6CD40C (or 0x6CD40C) is known color: Kelly Green. HEX triplet: 6C, D4 and 0C. RGB value is (108,212,12). Sum of RGB (Red+Green+Blue) = 108+212+12=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #6CD40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD40C is #932BF3. Grayscale: #9E9E9E. Windows color (decimal): -9645044 or 840812. OLE color: 840812.
HSL color Cylindrical-coordinate representation of color #6CD40C: hue angle of 91.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CD40C is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 212 | 12 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.17 |
| HSL | 91.2º | 0.89% | 0.44% | - |
| HSV(B) | 91.2º | 0.94% | 0.83% | - |
| XYZ | 29.79 | 50.3 | 8.49 | - |
| YUV | 158.1 | 45.54 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 212 | 12 | 0.49 | 0 | 0.94 | 0.17 | 91.2 | 0.89 | 0.44 |
| Hex | 6C | D4 | C | 31 | 0 | 5E | 11 | 5B | 59 | 2C |
| Octal | 154 | 324 | 14 | 61 | 0 | 136 | 21 | 133 | 131 | 54 |
| Binary | 1101100 | 11010100 | 1100 | 110001 | 0 | 1011110 | 10001 | 1011011 | 1011001 | 101100 |
Color Harmonies of #6CD40C
Complementary color
Monochromatic Colors of #6CD40C
Black with #6CD40C
Text Example
Text Example
White with #6CD40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD40C; }
p { color: rgb(108,212,12); }
H1.HeaderClassName
{
color: #6CD40C;
}
.AnyTagClassName
{
color: #6CD40C;
}
</style>
background-color css
<style>
a { background-color: #6CD40C; }
a { background-color: rgb(108,212,12); }
div.DivClassName
{
background-color: #6CD40C;
}
.BgClassName
{
background-color: #6CD40C;
}
</style>
border-color css
<style>
span { border-color: #6CD40C; }
span { border-color: rgb(108,212,12); }
td.TdClassName
{
border-color: #6CD40C;
}
.TagClassName
{
border-color: #6CD40C;
}
</style>