Shades of Fern #68C478
Tints of Fern #68C478
RGB
CMYK
RGB Variations
Color information
#68C478 (or 0x68C478) is known color: Fern. HEX triplet: 68, C4 and 78. RGB value is (104,196,120). Sum of RGB (Red+Green+Blue) = 104+196+120=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #68C478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C478 is #973B87. Grayscale: #A0A0A0. Windows color (decimal): -9911176 or 7914600. OLE color: 7914600.
HSL color Cylindrical-coordinate representation of color #68C478: hue angle of 130.43º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C478 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 120 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.23 |
| HSL | 130.43º | 0.44% | 0.59% | - |
| HSV(B) | 130.43º | 0.47% | 0.77% | - |
| XYZ | 28.84 | 43.78 | 24.7 | - |
| YUV | 159.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 120 | 0.47 | 0 | 0.39 | 0.23 | 130.43 | 0.44 | 0.59 |
| Hex | 68 | C4 | 78 | 2F | 0 | 27 | 17 | 82 | 2C | 3B |
| Octal | 150 | 304 | 170 | 57 | 0 | 47 | 27 | 202 | 54 | 73 |
| Binary | 1101000 | 11000100 | 1111000 | 101111 | 0 | 100111 | 10111 | 10000010 | 101100 | 111011 |
Color Harmonies of #68C478
Complementary color
Monochromatic Colors of #68C478
Black with #68C478
Text Example
Text Example
White with #68C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C478; }
p { color: rgb(104,196,120); }
H1.HeaderClassName
{
color: #68C478;
}
.AnyTagClassName
{
color: #68C478;
}
</style>
background-color css
<style>
a { background-color: #68C478; }
a { background-color: rgb(104,196,120); }
div.DivClassName
{
background-color: #68C478;
}
.BgClassName
{
background-color: #68C478;
}
</style>
border-color css
<style>
span { border-color: #68C478; }
span { border-color: rgb(104,196,120); }
td.TdClassName
{
border-color: #68C478;
}
.TagClassName
{
border-color: #68C478;
}
</style>