Shades of Fern #68CC5C
Tints of Fern #68CC5C
RGB
CMYK
RGB Variations
Color information
#68CC5C (or 0x68CC5C) is known color: Fern. HEX triplet: 68, CC and 5C. RGB value is (104,204,92). Sum of RGB (Red+Green+Blue) = 104+204+92=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 204 (80.08% from 255 or 51% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CC5C is #9733A3. Grayscale: #A1A1A1. Windows color (decimal): -9909156 or 6081640. OLE color: 6081640.
HSL color Cylindrical-coordinate representation of color #68CC5C: hue angle of 113.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CC5C is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 92 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.2 |
| HSL | 113.57º | 0.52% | 0.58% | - |
| HSV(B) | 113.57º | 0.55% | 0.8% | - |
| XYZ | 29.23 | 46.9 | 17.64 | - |
| YUV | 161.33 | 88.87 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 92 | 0.49 | 0 | 0.55 | 0.2 | 113.57 | 0.52 | 0.58 |
| Hex | 68 | CC | 5C | 31 | 0 | 37 | 14 | 72 | 34 | 3A |
| Octal | 150 | 314 | 134 | 61 | 0 | 67 | 24 | 162 | 64 | 72 |
| Binary | 1101000 | 11001100 | 1011100 | 110001 | 0 | 110111 | 10100 | 1110010 | 110100 | 111010 |
Color Harmonies of #68CC5C
Complementary color
Monochromatic Colors of #68CC5C
Black with #68CC5C
Text Example
Text Example
White with #68CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC5C; }
p { color: rgb(104,204,92); }
H1.HeaderClassName
{
color: #68CC5C;
}
.AnyTagClassName
{
color: #68CC5C;
}
</style>
background-color css
<style>
a { background-color: #68CC5C; }
a { background-color: rgb(104,204,92); }
div.DivClassName
{
background-color: #68CC5C;
}
.BgClassName
{
background-color: #68CC5C;
}
</style>
border-color css
<style>
span { border-color: #68CC5C; }
span { border-color: rgb(104,204,92); }
td.TdClassName
{
border-color: #68CC5C;
}
.TagClassName
{
border-color: #68CC5C;
}
</style>