Shades of Fern #68C57D
Tints of Fern #68C57D
RGB
CMYK
RGB Variations
Color information
#68C57D (or 0x68C57D) is known color: Fern. HEX triplet: 68, C5 and 7D. RGB value is (104,197,125). Sum of RGB (Red+Green+Blue) = 104+197+125=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #68C57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C57D is #973A82. Grayscale: #A1A1A1. Windows color (decimal): -9910915 or 8242536. OLE color: 8242536.
HSL color Cylindrical-coordinate representation of color #68C57D: hue angle of 133.55º 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 #68C57D is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 125 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.23 |
| HSL | 133.55º | 0.44% | 0.59% | - |
| HSV(B) | 133.55º | 0.47% | 0.77% | - |
| XYZ | 29.38 | 44.36 | 26.42 | - |
| YUV | 160.99 | 107.69 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 125 | 0.47 | 0 | 0.37 | 0.23 | 133.55 | 0.44 | 0.59 |
| Hex | 68 | C5 | 7D | 2F | 0 | 25 | 17 | 86 | 2C | 3B |
| Octal | 150 | 305 | 175 | 57 | 0 | 45 | 27 | 206 | 54 | 73 |
| Binary | 1101000 | 11000101 | 1111101 | 101111 | 0 | 100101 | 10111 | 10000110 | 101100 | 111011 |
Color Harmonies of #68C57D
Complementary color
Monochromatic Colors of #68C57D
Black with #68C57D
Text Example
Text Example
White with #68C57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C57D; }
p { color: rgb(104,197,125); }
H1.HeaderClassName
{
color: #68C57D;
}
.AnyTagClassName
{
color: #68C57D;
}
</style>
background-color css
<style>
a { background-color: #68C57D; }
a { background-color: rgb(104,197,125); }
div.DivClassName
{
background-color: #68C57D;
}
.BgClassName
{
background-color: #68C57D;
}
</style>
border-color css
<style>
span { border-color: #68C57D; }
span { border-color: rgb(104,197,125); }
td.TdClassName
{
border-color: #68C57D;
}
.TagClassName
{
border-color: #68C57D;
}
</style>