Shades of Fern #6DC364
Tints of Fern #6DC364
RGB
CMYK
RGB Variations
Color information
#6DC364 (or 0x6DC364) is known color: Fern. HEX triplet: 6D, C3 and 64. RGB value is (109,195,100). Sum of RGB (Red+Green+Blue) = 109+195+100=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC364 is #923C9B. Grayscale: #9E9E9E. Windows color (decimal): -9583772 or 6603629. OLE color: 6603629.
HSL color Cylindrical-coordinate representation of color #6DC364: hue angle of 114.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DC364 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 100 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.24 |
| HSL | 114.32º | 0.44% | 0.58% | - |
| HSV(B) | 114.32º | 0.49% | 0.76% | - |
| XYZ | 28.12 | 43.2 | 18.91 | - |
| YUV | 158.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 100 | 0.44 | 0 | 0.49 | 0.24 | 114.32 | 0.44 | 0.58 |
| Hex | 6D | C3 | 64 | 2C | 0 | 31 | 18 | 72 | 2C | 3A |
| Octal | 155 | 303 | 144 | 54 | 0 | 61 | 30 | 162 | 54 | 72 |
| Binary | 1101101 | 11000011 | 1100100 | 101100 | 0 | 110001 | 11000 | 1110010 | 101100 | 111010 |
Color Harmonies of #6DC364
Complementary color
Monochromatic Colors of #6DC364
Black with #6DC364
Text Example
Text Example
White with #6DC364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC364; }
p { color: rgb(109,195,100); }
H1.HeaderClassName
{
color: #6DC364;
}
.AnyTagClassName
{
color: #6DC364;
}
</style>
background-color css
<style>
a { background-color: #6DC364; }
a { background-color: rgb(109,195,100); }
div.DivClassName
{
background-color: #6DC364;
}
.BgClassName
{
background-color: #6DC364;
}
</style>
border-color css
<style>
span { border-color: #6DC364; }
span { border-color: rgb(109,195,100); }
td.TdClassName
{
border-color: #6DC364;
}
.TagClassName
{
border-color: #6DC364;
}
</style>