Shades of Fern #68C475
Tints of Fern #68C475
RGB
CMYK
RGB Variations
Color information
#68C475 (or 0x68C475) is known color: Fern. HEX triplet: 68, C4 and 75. RGB value is (104,196,117). Sum of RGB (Red+Green+Blue) = 104+196+117=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 196 - color contains mainly: green. Hex color #68C475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C475 is #973B8A. Grayscale: #9F9F9F. Windows color (decimal): -9911179 or 7717992. OLE color: 7717992.
HSL color Cylindrical-coordinate representation of color #68C475: hue angle of 128.48º 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 #68C475 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 117 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.23 |
| HSL | 128.48º | 0.44% | 0.59% | - |
| HSV(B) | 128.48º | 0.47% | 0.77% | - |
| XYZ | 28.66 | 43.71 | 23.76 | - |
| YUV | 159.49 | 104.02 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 117 | 0.47 | 0 | 0.40 | 0.23 | 128.48 | 0.44 | 0.59 |
| Hex | 68 | C4 | 75 | 2F | 0 | 28 | 17 | 80 | 2C | 3B |
| Octal | 150 | 304 | 165 | 57 | 0 | 50 | 27 | 200 | 54 | 73 |
| Binary | 1101000 | 11000100 | 1110101 | 101111 | 0 | 101000 | 10111 | 10000000 | 101100 | 111011 |
Color Harmonies of #68C475
Complementary color
Monochromatic Colors of #68C475
Black with #68C475
Text Example
Text Example
White with #68C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C475; }
p { color: rgb(104,196,117); }
H1.HeaderClassName
{
color: #68C475;
}
.AnyTagClassName
{
color: #68C475;
}
</style>
background-color css
<style>
a { background-color: #68C475; }
a { background-color: rgb(104,196,117); }
div.DivClassName
{
background-color: #68C475;
}
.BgClassName
{
background-color: #68C475;
}
</style>
border-color css
<style>
span { border-color: #68C475; }
span { border-color: rgb(104,196,117); }
td.TdClassName
{
border-color: #68C475;
}
.TagClassName
{
border-color: #68C475;
}
</style>