Shades of Fern #6CC16C
Tints of Fern #6CC16C
RGB
CMYK
RGB Variations
Color information
#6CC16C (or 0x6CC16C) is known color: Fern. HEX triplet: 6C, C1 and 6C. RGB value is (108,193,108). Sum of RGB (Red+Green+Blue) = 108+193+108=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC16C is #933E93. Grayscale: #9E9E9E. Windows color (decimal): -9649812 or 7127404. OLE color: 7127404.
HSL color Cylindrical-coordinate representation of color #6CC16C: hue angle of 120º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC16C is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 193 | 108 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.24 |
| HSL | 120º | 0.41% | 0.59% | - |
| HSV(B) | 120º | 0.44% | 0.76% | - |
| XYZ | 27.96 | 42.41 | 20.9 | - |
| YUV | 157.9 | 99.84 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 193 | 108 | 0.44 | 0 | 0.44 | 0.24 | 120 | 0.41 | 0.59 |
| Hex | 6C | C1 | 6C | 2C | 0 | 2C | 18 | 78 | 29 | 3B |
| Octal | 154 | 301 | 154 | 54 | 0 | 54 | 30 | 170 | 51 | 73 |
| Binary | 1101100 | 11000001 | 1101100 | 101100 | 0 | 101100 | 11000 | 1111000 | 101001 | 111011 |
Color Harmonies of #6CC16C
Complementary color
Monochromatic Colors of #6CC16C
Black with #6CC16C
Text Example
Text Example
White with #6CC16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC16C; }
p { color: rgb(108,193,108); }
H1.HeaderClassName
{
color: #6CC16C;
}
.AnyTagClassName
{
color: #6CC16C;
}
</style>
background-color css
<style>
a { background-color: #6CC16C; }
a { background-color: rgb(108,193,108); }
div.DivClassName
{
background-color: #6CC16C;
}
.BgClassName
{
background-color: #6CC16C;
}
</style>
border-color css
<style>
span { border-color: #6CC16C; }
span { border-color: rgb(108,193,108); }
td.TdClassName
{
border-color: #6CC16C;
}
.TagClassName
{
border-color: #6CC16C;
}
</style>