Shades of Fern #68CA5C
Tints of Fern #68CA5C
RGB
CMYK
RGB Variations
Color information
#68CA5C (or 0x68CA5C) is known color: Fern. HEX triplet: 68, CA and 5C. RGB value is (104,202,92). Sum of RGB (Red+Green+Blue) = 104+202+92=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA5C is #9735A3. Grayscale: #A0A0A0. Windows color (decimal): -9909668 or 6081128. OLE color: 6081128.
HSL color Cylindrical-coordinate representation of color #68CA5C: hue angle of 113.45º degrees, saturation: 0.51, 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 #68CA5C is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 92 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.21 |
| HSL | 113.45º | 0.51% | 0.58% | - |
| HSV(B) | 113.45º | 0.54% | 0.79% | - |
| XYZ | 28.76 | 45.96 | 17.48 | - |
| YUV | 160.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 92 | 0.49 | 0 | 0.54 | 0.21 | 113.45 | 0.51 | 0.58 |
| Hex | 68 | CA | 5C | 31 | 0 | 36 | 15 | 71 | 33 | 3A |
| Octal | 150 | 312 | 134 | 61 | 0 | 66 | 25 | 161 | 63 | 72 |
| Binary | 1101000 | 11001010 | 1011100 | 110001 | 0 | 110110 | 10101 | 1110001 | 110011 | 111010 |
Color Harmonies of #68CA5C
Complementary color
Monochromatic Colors of #68CA5C
Black with #68CA5C
Text Example
Text Example
White with #68CA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA5C; }
p { color: rgb(104,202,92); }
H1.HeaderClassName
{
color: #68CA5C;
}
.AnyTagClassName
{
color: #68CA5C;
}
</style>
background-color css
<style>
a { background-color: #68CA5C; }
a { background-color: rgb(104,202,92); }
div.DivClassName
{
background-color: #68CA5C;
}
.BgClassName
{
background-color: #68CA5C;
}
</style>
border-color css
<style>
span { border-color: #68CA5C; }
span { border-color: rgb(104,202,92); }
td.TdClassName
{
border-color: #68CA5C;
}
.TagClassName
{
border-color: #68CA5C;
}
</style>