Shades of Fern #6CC062
Tints of Fern #6CC062
RGB
CMYK
RGB Variations
Color information
#6CC062 (or 0x6CC062) is known color: Fern. HEX triplet: 6C, C0 and 62. RGB value is (108,192,98). Sum of RGB (Red+Green+Blue) = 108+192+98=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC062 is #933F9D. Grayscale: #9C9C9C. Windows color (decimal): -9650078 or 6471788. OLE color: 6471788.
HSL color Cylindrical-coordinate representation of color #6CC062: hue angle of 113.62º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CC062 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 98 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.25 |
| HSL | 113.62º | 0.43% | 0.57% | - |
| HSV(B) | 113.62º | 0.49% | 0.75% | - |
| XYZ | 27.24 | 41.77 | 18.18 | - |
| YUV | 156.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 98 | 0.44 | 0 | 0.49 | 0.25 | 113.62 | 0.43 | 0.57 |
| Hex | 6C | C0 | 62 | 2C | 0 | 31 | 19 | 72 | 2B | 39 |
| Octal | 154 | 300 | 142 | 54 | 0 | 61 | 31 | 162 | 53 | 71 |
| Binary | 1101100 | 11000000 | 1100010 | 101100 | 0 | 110001 | 11001 | 1110010 | 101011 | 111001 |
Color Harmonies of #6CC062
Complementary color
Monochromatic Colors of #6CC062
Black with #6CC062
Text Example
Text Example
White with #6CC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC062; }
p { color: rgb(108,192,98); }
H1.HeaderClassName
{
color: #6CC062;
}
.AnyTagClassName
{
color: #6CC062;
}
</style>
background-color css
<style>
a { background-color: #6CC062; }
a { background-color: rgb(108,192,98); }
div.DivClassName
{
background-color: #6CC062;
}
.BgClassName
{
background-color: #6CC062;
}
</style>
border-color css
<style>
span { border-color: #6CC062; }
span { border-color: rgb(108,192,98); }
td.TdClassName
{
border-color: #6CC062;
}
.TagClassName
{
border-color: #6CC062;
}
</style>