Shades of Fern #68C265
Tints of Fern #68C265
RGB
CMYK
RGB Variations
Color information
#68C265 (or 0x68C265) is known color: Fern. HEX triplet: 68, C2 and 65. RGB value is (104,194,101). Sum of RGB (Red+Green+Blue) = 104+194+101=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #68C265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C265 is #973D9A. Grayscale: #9C9C9C. Windows color (decimal): -9911707 or 6668904. OLE color: 6668904.
HSL color Cylindrical-coordinate representation of color #68C265: hue angle of 118.06º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C265 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 101 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.24 |
| HSL | 118.06º | 0.43% | 0.58% | - |
| HSV(B) | 118.06º | 0.48% | 0.76% | - |
| XYZ | 27.35 | 42.47 | 19.07 | - |
| YUV | 156.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 101 | 0.46 | 0 | 0.48 | 0.24 | 118.06 | 0.43 | 0.58 |
| Hex | 68 | C2 | 65 | 2E | 0 | 30 | 18 | 76 | 2B | 3A |
| Octal | 150 | 302 | 145 | 56 | 0 | 60 | 30 | 166 | 53 | 72 |
| Binary | 1101000 | 11000010 | 1100101 | 101110 | 0 | 110000 | 11000 | 1110110 | 101011 | 111010 |
Color Harmonies of #68C265
Complementary color
Monochromatic Colors of #68C265
Black with #68C265
Text Example
Text Example
White with #68C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C265; }
p { color: rgb(104,194,101); }
H1.HeaderClassName
{
color: #68C265;
}
.AnyTagClassName
{
color: #68C265;
}
</style>
background-color css
<style>
a { background-color: #68C265; }
a { background-color: rgb(104,194,101); }
div.DivClassName
{
background-color: #68C265;
}
.BgClassName
{
background-color: #68C265;
}
</style>
border-color css
<style>
span { border-color: #68C265; }
span { border-color: rgb(104,194,101); }
td.TdClassName
{
border-color: #68C265;
}
.TagClassName
{
border-color: #68C265;
}
</style>