Shades of Fern #68C95D
Tints of Fern #68C95D
RGB
CMYK
RGB Variations
Color information
#68C95D (or 0x68C95D) is known color: Fern. HEX triplet: 68, C9 and 5D. RGB value is (104,201,93). Sum of RGB (Red+Green+Blue) = 104+201+93=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #68C95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C95D is #9736A2. Grayscale: #A0A0A0. Windows color (decimal): -9909923 or 6146408. OLE color: 6146408.
HSL color Cylindrical-coordinate representation of color #68C95D: hue angle of 113.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68C95D is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 201 | 93 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.21 |
| HSL | 113.89º | 0.5% | 0.58% | - |
| HSV(B) | 113.89º | 0.54% | 0.79% | - |
| XYZ | 28.57 | 45.51 | 17.63 | - |
| YUV | 159.69 | 90.36 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 201 | 93 | 0.48 | 0 | 0.54 | 0.21 | 113.89 | 0.5 | 0.58 |
| Hex | 68 | C9 | 5D | 30 | 0 | 36 | 15 | 72 | 32 | 3A |
| Octal | 150 | 311 | 135 | 60 | 0 | 66 | 25 | 162 | 62 | 72 |
| Binary | 1101000 | 11001001 | 1011101 | 110000 | 0 | 110110 | 10101 | 1110010 | 110010 | 111010 |
Color Harmonies of #68C95D
Complementary color
Monochromatic Colors of #68C95D
Black with #68C95D
Text Example
Text Example
White with #68C95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C95D; }
p { color: rgb(104,201,93); }
H1.HeaderClassName
{
color: #68C95D;
}
.AnyTagClassName
{
color: #68C95D;
}
</style>
background-color css
<style>
a { background-color: #68C95D; }
a { background-color: rgb(104,201,93); }
div.DivClassName
{
background-color: #68C95D;
}
.BgClassName
{
background-color: #68C95D;
}
</style>
border-color css
<style>
span { border-color: #68C95D; }
span { border-color: rgb(104,201,93); }
td.TdClassName
{
border-color: #68C95D;
}
.TagClassName
{
border-color: #68C95D;
}
</style>