Shades of Fern #6CC365
Tints of Fern #6CC365
RGB
CMYK
RGB Variations
Color information
#6CC365 (or 0x6CC365) is known color: Fern. HEX triplet: 6C, C3 and 65. RGB value is (108,195,101). Sum of RGB (Red+Green+Blue) = 108+195+101=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC365 is #933C9A. Grayscale: #9E9E9E. Windows color (decimal): -9649307 or 6669164. OLE color: 6669164.
HSL color Cylindrical-coordinate representation of color #6CC365: hue angle of 115.53º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CC365 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 195 | 101 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.24 |
| HSL | 115.53º | 0.44% | 0.58% | - |
| HSV(B) | 115.53º | 0.48% | 0.76% | - |
| XYZ | 28.05 | 43.16 | 19.16 | - |
| YUV | 158.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 195 | 101 | 0.45 | 0 | 0.48 | 0.24 | 115.53 | 0.44 | 0.58 |
| Hex | 6C | C3 | 65 | 2D | 0 | 30 | 18 | 74 | 2C | 3A |
| Octal | 154 | 303 | 145 | 55 | 0 | 60 | 30 | 164 | 54 | 72 |
| Binary | 1101100 | 11000011 | 1100101 | 101101 | 0 | 110000 | 11000 | 1110100 | 101100 | 111010 |
Color Harmonies of #6CC365
Complementary color
Monochromatic Colors of #6CC365
Black with #6CC365
Text Example
Text Example
White with #6CC365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC365; }
p { color: rgb(108,195,101); }
H1.HeaderClassName
{
color: #6CC365;
}
.AnyTagClassName
{
color: #6CC365;
}
</style>
background-color css
<style>
a { background-color: #6CC365; }
a { background-color: rgb(108,195,101); }
div.DivClassName
{
background-color: #6CC365;
}
.BgClassName
{
background-color: #6CC365;
}
</style>
border-color css
<style>
span { border-color: #6CC365; }
span { border-color: rgb(108,195,101); }
td.TdClassName
{
border-color: #6CC365;
}
.TagClassName
{
border-color: #6CC365;
}
</style>