Shades of Fern #6ACD64
Tints of Fern #6ACD64
RGB
CMYK
RGB Variations
Color information
#6ACD64 (or 0x6ACD64) is known color: Fern. HEX triplet: 6A, CD and 64. RGB value is (106,205,100). Sum of RGB (Red+Green+Blue) = 106+205+100=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACD64 is #95329B. Grayscale: #A3A3A3. Windows color (decimal): -9777820 or 6606186. OLE color: 6606186.
HSL color Cylindrical-coordinate representation of color #6ACD64: hue angle of 116.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ACD64 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 100 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.20 |
| HSL | 116.57º | 0.51% | 0.6% | - |
| HSV(B) | 116.57º | 0.51% | 0.8% | - |
| XYZ | 30.08 | 47.65 | 19.67 | - |
| YUV | 163.43 | 92.2 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 100 | 0.48 | 0 | 0.51 | 0.20 | 116.57 | 0.51 | 0.6 |
| Hex | 6A | CD | 64 | 30 | 0 | 33 | 14 | 75 | 33 | 3C |
| Octal | 152 | 315 | 144 | 60 | 0 | 63 | 24 | 165 | 63 | 74 |
| Binary | 1101010 | 11001101 | 1100100 | 110000 | 0 | 110011 | 10100 | 1110101 | 110011 | 111100 |
Color Harmonies of #6ACD64
Complementary color
Monochromatic Colors of #6ACD64
Black with #6ACD64
Text Example
Text Example
White with #6ACD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACD64; }
p { color: rgb(106,205,100); }
H1.HeaderClassName
{
color: #6ACD64;
}
.AnyTagClassName
{
color: #6ACD64;
}
</style>
background-color css
<style>
a { background-color: #6ACD64; }
a { background-color: rgb(106,205,100); }
div.DivClassName
{
background-color: #6ACD64;
}
.BgClassName
{
background-color: #6ACD64;
}
</style>
border-color css
<style>
span { border-color: #6ACD64; }
span { border-color: rgb(106,205,100); }
td.TdClassName
{
border-color: #6ACD64;
}
.TagClassName
{
border-color: #6ACD64;
}
</style>