Shades of Kelly Green #6CCF14
Tints of Kelly Green #6CCF14
RGB
CMYK
RGB Variations
Color information
#6CCF14 (or 0x6CCF14) is known color: Kelly Green. HEX triplet: 6C, CF and 14. RGB value is (108,207,20). Sum of RGB (Red+Green+Blue) = 108+207+20=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #6CCF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CCF14 is #9330EB. Grayscale: #9C9C9C. Windows color (decimal): -9646316 or 1363820. OLE color: 1363820.
HSL color Cylindrical-coordinate representation of color #6CCF14: hue angle of 91.76º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CCF14 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 207 | 20 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.19 |
| HSL | 91.76º | 0.82% | 0.45% | - |
| HSV(B) | 91.76º | 0.9% | 0.81% | - |
| XYZ | 28.62 | 47.86 | 8.39 | - |
| YUV | 156.08 | 51.2 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 20 | 0.48 | 0 | 0.90 | 0.19 | 91.76 | 0.82 | 0.45 |
| Hex | 6C | CF | 14 | 30 | 0 | 5A | 13 | 5C | 52 | 2D |
| Octal | 154 | 317 | 24 | 60 | 0 | 132 | 23 | 134 | 122 | 55 |
| Binary | 1101100 | 11001111 | 10100 | 110000 | 0 | 1011010 | 10011 | 1011100 | 1010010 | 101101 |
Color Harmonies of #6CCF14
Complementary color
Monochromatic Colors of #6CCF14
Black with #6CCF14
Text Example
Text Example
White with #6CCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCF14; }
p { color: rgb(108,207,20); }
H1.HeaderClassName
{
color: #6CCF14;
}
.AnyTagClassName
{
color: #6CCF14;
}
</style>
background-color css
<style>
a { background-color: #6CCF14; }
a { background-color: rgb(108,207,20); }
div.DivClassName
{
background-color: #6CCF14;
}
.BgClassName
{
background-color: #6CCF14;
}
</style>
border-color css
<style>
span { border-color: #6CCF14; }
span { border-color: rgb(108,207,20); }
td.TdClassName
{
border-color: #6CCF14;
}
.TagClassName
{
border-color: #6CCF14;
}
</style>