Shades of Fern #6DC580
Tints of Fern #6DC580
RGB
CMYK
RGB Variations
Color information
#6DC580 (or 0x6DC580) is known color: Fern. HEX triplet: 6D, C5 and 80. RGB value is (109,197,128). Sum of RGB (Red+Green+Blue) = 109+197+128=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC580 is #923A7F. Grayscale: #A3A3A3. Windows color (decimal): -9583232 or 8439149. OLE color: 8439149.
HSL color Cylindrical-coordinate representation of color #6DC580: hue angle of 132.95º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC580 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 128 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.23 |
| HSL | 132.95º | 0.43% | 0.6% | - |
| HSV(B) | 132.95º | 0.45% | 0.77% | - |
| XYZ | 30.17 | 44.74 | 27.47 | - |
| YUV | 162.82 | 108.35 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 128 | 0.45 | 0 | 0.35 | 0.23 | 132.95 | 0.43 | 0.6 |
| Hex | 6D | C5 | 80 | 2D | 0 | 23 | 17 | 85 | 2B | 3C |
| Octal | 155 | 305 | 200 | 55 | 0 | 43 | 27 | 205 | 53 | 74 |
| Binary | 1101101 | 11000101 | 10000000 | 101101 | 0 | 100011 | 10111 | 10000101 | 101011 | 111100 |
Color Harmonies of #6DC580
Complementary color
Monochromatic Colors of #6DC580
Black with #6DC580
Text Example
Text Example
White with #6DC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC580; }
p { color: rgb(109,197,128); }
H1.HeaderClassName
{
color: #6DC580;
}
.AnyTagClassName
{
color: #6DC580;
}
</style>
background-color css
<style>
a { background-color: #6DC580; }
a { background-color: rgb(109,197,128); }
div.DivClassName
{
background-color: #6DC580;
}
.BgClassName
{
background-color: #6DC580;
}
</style>
border-color css
<style>
span { border-color: #6DC580; }
span { border-color: rgb(109,197,128); }
td.TdClassName
{
border-color: #6DC580;
}
.TagClassName
{
border-color: #6DC580;
}
</style>