Shades of Fern #68C35C
Tints of Fern #68C35C
RGB
CMYK
RGB Variations
Color information
#68C35C (or 0x68C35C) is known color: Fern. HEX triplet: 68, C3 and 5C. RGB value is (104,195,92). Sum of RGB (Red+Green+Blue) = 104+195+92=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #68C35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C35C is #973CA3. Grayscale: #9C9C9C. Windows color (decimal): -9911460 or 6079336. OLE color: 6079336.
HSL color Cylindrical-coordinate representation of color #68C35C: hue angle of 113.01º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C35C is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 92 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.24 |
| HSL | 113.01º | 0.46% | 0.56% | - |
| HSV(B) | 113.01º | 0.53% | 0.76% | - |
| XYZ | 27.16 | 42.75 | 16.94 | - |
| YUV | 156.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 92 | 0.47 | 0 | 0.53 | 0.24 | 113.01 | 0.46 | 0.56 |
| Hex | 68 | C3 | 5C | 2F | 0 | 35 | 18 | 71 | 2E | 38 |
| Octal | 150 | 303 | 134 | 57 | 0 | 65 | 30 | 161 | 56 | 70 |
| Binary | 1101000 | 11000011 | 1011100 | 101111 | 0 | 110101 | 11000 | 1110001 | 101110 | 111000 |
Color Harmonies of #68C35C
Complementary color
Monochromatic Colors of #68C35C
Black with #68C35C
Text Example
Text Example
White with #68C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C35C; }
p { color: rgb(104,195,92); }
H1.HeaderClassName
{
color: #68C35C;
}
.AnyTagClassName
{
color: #68C35C;
}
</style>
background-color css
<style>
a { background-color: #68C35C; }
a { background-color: rgb(104,195,92); }
div.DivClassName
{
background-color: #68C35C;
}
.BgClassName
{
background-color: #68C35C;
}
</style>
border-color css
<style>
span { border-color: #68C35C; }
span { border-color: rgb(104,195,92); }
td.TdClassName
{
border-color: #68C35C;
}
.TagClassName
{
border-color: #68C35C;
}
</style>