Shades of Kelly Green #6CCE14
Tints of Kelly Green #6CCE14
RGB
CMYK
RGB Variations
Color information
#6CCE14 (or 0x6CCE14) is known color: Kelly Green. HEX triplet: 6C, CE and 14. RGB value is (108,206,20). Sum of RGB (Red+Green+Blue) = 108+206+20=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCE14 is #9331EB. Grayscale: #9C9C9C. Windows color (decimal): -9646572 or 1363564. OLE color: 1363564.
HSL color Cylindrical-coordinate representation of color #6CCE14: hue angle of 91.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CCE14 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 20 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.19 |
| HSL | 91.61º | 0.82% | 0.44% | - |
| HSV(B) | 91.61º | 0.9% | 0.81% | - |
| XYZ | 28.38 | 47.38 | 8.31 | - |
| YUV | 155.49 | 51.53 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 20 | 0.48 | 0 | 0.90 | 0.19 | 91.61 | 0.82 | 0.44 |
| Hex | 6C | CE | 14 | 30 | 0 | 5A | 13 | 5C | 52 | 2C |
| Octal | 154 | 316 | 24 | 60 | 0 | 132 | 23 | 134 | 122 | 54 |
| Binary | 1101100 | 11001110 | 10100 | 110000 | 0 | 1011010 | 10011 | 1011100 | 1010010 | 101100 |
Color Harmonies of #6CCE14
Complementary color
Monochromatic Colors of #6CCE14
Black with #6CCE14
Text Example
Text Example
White with #6CCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCE14; }
p { color: rgb(108,206,20); }
H1.HeaderClassName
{
color: #6CCE14;
}
.AnyTagClassName
{
color: #6CCE14;
}
</style>
background-color css
<style>
a { background-color: #6CCE14; }
a { background-color: rgb(108,206,20); }
div.DivClassName
{
background-color: #6CCE14;
}
.BgClassName
{
background-color: #6CCE14;
}
</style>
border-color css
<style>
span { border-color: #6CCE14; }
span { border-color: rgb(108,206,20); }
td.TdClassName
{
border-color: #6CCE14;
}
.TagClassName
{
border-color: #6CCE14;
}
</style>