Shades of Fern #68CC5D
Tints of Fern #68CC5D
RGB
CMYK
RGB Variations
Color information
#68CC5D (or 0x68CC5D) is known color: Fern. HEX triplet: 68, CC and 5D. RGB value is (104,204,93). Sum of RGB (Red+Green+Blue) = 104+204+93=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CC5D is #9733A2. Grayscale: #A1A1A1. Windows color (decimal): -9909155 or 6147176. OLE color: 6147176.
HSL color Cylindrical-coordinate representation of color #68CC5D: hue angle of 114.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CC5D is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 93 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.2 |
| HSL | 114.05º | 0.52% | 0.58% | - |
| HSV(B) | 114.05º | 0.54% | 0.8% | - |
| XYZ | 29.28 | 46.92 | 17.87 | - |
| YUV | 161.45 | 89.37 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 93 | 0.49 | 0 | 0.54 | 0.2 | 114.05 | 0.52 | 0.58 |
| Hex | 68 | CC | 5D | 31 | 0 | 36 | 14 | 72 | 34 | 3A |
| Octal | 150 | 314 | 135 | 61 | 0 | 66 | 24 | 162 | 64 | 72 |
| Binary | 1101000 | 11001100 | 1011101 | 110001 | 0 | 110110 | 10100 | 1110010 | 110100 | 111010 |
Color Harmonies of #68CC5D
Complementary color
Monochromatic Colors of #68CC5D
Black with #68CC5D
Text Example
Text Example
White with #68CC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC5D; }
p { color: rgb(104,204,93); }
H1.HeaderClassName
{
color: #68CC5D;
}
.AnyTagClassName
{
color: #68CC5D;
}
</style>
background-color css
<style>
a { background-color: #68CC5D; }
a { background-color: rgb(104,204,93); }
div.DivClassName
{
background-color: #68CC5D;
}
.BgClassName
{
background-color: #68CC5D;
}
</style>
border-color css
<style>
span { border-color: #68CC5D; }
span { border-color: rgb(104,204,93); }
td.TdClassName
{
border-color: #68CC5D;
}
.TagClassName
{
border-color: #68CC5D;
}
</style>