Shades of Fern #68C85D
Tints of Fern #68C85D
RGB
CMYK
RGB Variations
Color information
#68C85D (or 0x68C85D) is known color: Fern. HEX triplet: 68, C8 and 5D. RGB value is (104,200,93). Sum of RGB (Red+Green+Blue) = 104+200+93=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #68C85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C85D is #9737A2. Grayscale: #9F9F9F. Windows color (decimal): -9910179 or 6146152. OLE color: 6146152.
HSL color Cylindrical-coordinate representation of color #68C85D: hue angle of 113.83º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C85D is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 93 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.22 |
| HSL | 113.83º | 0.49% | 0.57% | - |
| HSV(B) | 113.83º | 0.54% | 0.78% | - |
| XYZ | 28.34 | 45.04 | 17.56 | - |
| YUV | 159.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 93 | 0.48 | 0 | 0.54 | 0.22 | 113.83 | 0.49 | 0.57 |
| Hex | 68 | C8 | 5D | 30 | 0 | 36 | 16 | 72 | 31 | 39 |
| Octal | 150 | 310 | 135 | 60 | 0 | 66 | 26 | 162 | 61 | 71 |
| Binary | 1101000 | 11001000 | 1011101 | 110000 | 0 | 110110 | 10110 | 1110010 | 110001 | 111001 |
Color Harmonies of #68C85D
Complementary color
Monochromatic Colors of #68C85D
Black with #68C85D
Text Example
Text Example
White with #68C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C85D; }
p { color: rgb(104,200,93); }
H1.HeaderClassName
{
color: #68C85D;
}
.AnyTagClassName
{
color: #68C85D;
}
</style>
background-color css
<style>
a { background-color: #68C85D; }
a { background-color: rgb(104,200,93); }
div.DivClassName
{
background-color: #68C85D;
}
.BgClassName
{
background-color: #68C85D;
}
</style>
border-color css
<style>
span { border-color: #68C85D; }
span { border-color: rgb(104,200,93); }
td.TdClassName
{
border-color: #68C85D;
}
.TagClassName
{
border-color: #68C85D;
}
</style>