Shades of Fern #68BC5D
Tints of Fern #68BC5D
RGB
CMYK
RGB Variations
Color information
#68BC5D (or 0x68BC5D) is known color: Fern. HEX triplet: 68, BC and 5D. RGB value is (104,188,93). Sum of RGB (Red+Green+Blue) = 104+188+93=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68BC5D is #9743A2. Grayscale: #989898. Windows color (decimal): -9913251 or 6143080. OLE color: 6143080.
HSL color Cylindrical-coordinate representation of color #68BC5D: hue angle of 113.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68BC5D is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 93 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.26 |
| HSL | 113.05º | 0.41% | 0.55% | - |
| HSV(B) | 113.05º | 0.51% | 0.74% | - |
| XYZ | 25.67 | 39.7 | 16.67 | - |
| YUV | 152.05 | 94.67 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 93 | 0.45 | 0 | 0.51 | 0.26 | 113.05 | 0.41 | 0.55 |
| Hex | 68 | BC | 5D | 2D | 0 | 33 | 1A | 71 | 29 | 37 |
| Octal | 150 | 274 | 135 | 55 | 0 | 63 | 32 | 161 | 51 | 67 |
| Binary | 1101000 | 10111100 | 1011101 | 101101 | 0 | 110011 | 11010 | 1110001 | 101001 | 110111 |
Color Harmonies of #68BC5D
Complementary color
Monochromatic Colors of #68BC5D
Black with #68BC5D
Text Example
Text Example
White with #68BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC5D; }
p { color: rgb(104,188,93); }
H1.HeaderClassName
{
color: #68BC5D;
}
.AnyTagClassName
{
color: #68BC5D;
}
</style>
background-color css
<style>
a { background-color: #68BC5D; }
a { background-color: rgb(104,188,93); }
div.DivClassName
{
background-color: #68BC5D;
}
.BgClassName
{
background-color: #68BC5D;
}
</style>
border-color css
<style>
span { border-color: #68BC5D; }
span { border-color: rgb(104,188,93); }
td.TdClassName
{
border-color: #68BC5D;
}
.TagClassName
{
border-color: #68BC5D;
}
</style>