Shades of Fern #68C466
Tints of Fern #68C466
RGB
CMYK
RGB Variations
Color information
#68C466 (or 0x68C466) is known color: Fern. HEX triplet: 68, C4 and 66. RGB value is (104,196,102). Sum of RGB (Red+Green+Blue) = 104+196+102=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #68C466 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C466 is #973B99. Grayscale: #9E9E9E. Windows color (decimal): -9911194 or 6734952. OLE color: 6734952.
HSL color Cylindrical-coordinate representation of color #68C466: hue angle of 118.72º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C466 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 102 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.23 |
| HSL | 118.72º | 0.44% | 0.58% | - |
| HSV(B) | 118.72º | 0.48% | 0.77% | - |
| XYZ | 27.85 | 43.38 | 19.48 | - |
| YUV | 157.78 | 96.52 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 102 | 0.47 | 0 | 0.48 | 0.23 | 118.72 | 0.44 | 0.58 |
| Hex | 68 | C4 | 66 | 2F | 0 | 30 | 17 | 77 | 2C | 3A |
| Octal | 150 | 304 | 146 | 57 | 0 | 60 | 27 | 167 | 54 | 72 |
| Binary | 1101000 | 11000100 | 1100110 | 101111 | 0 | 110000 | 10111 | 1110111 | 101100 | 111010 |
Color Harmonies of #68C466
Complementary color
Monochromatic Colors of #68C466
Black with #68C466
Text Example
Text Example
White with #68C466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C466; }
p { color: rgb(104,196,102); }
H1.HeaderClassName
{
color: #68C466;
}
.AnyTagClassName
{
color: #68C466;
}
</style>
background-color css
<style>
a { background-color: #68C466; }
a { background-color: rgb(104,196,102); }
div.DivClassName
{
background-color: #68C466;
}
.BgClassName
{
background-color: #68C466;
}
</style>
border-color css
<style>
span { border-color: #68C466; }
span { border-color: rgb(104,196,102); }
td.TdClassName
{
border-color: #68C466;
}
.TagClassName
{
border-color: #68C466;
}
</style>