Shades of Fern #68CB65
Tints of Fern #68CB65
RGB
CMYK
RGB Variations
Color information
#68CB65 (or 0x68CB65) is known color: Fern. HEX triplet: 68, CB and 65. RGB value is (104,203,101). Sum of RGB (Red+Green+Blue) = 104+203+101=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB65 is #97349A. Grayscale: #A2A2A2. Windows color (decimal): -9909403 or 6671208. OLE color: 6671208.
HSL color Cylindrical-coordinate representation of color #68CB65: hue angle of 118.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CB65 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 101 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.20 |
| HSL | 118.24º | 0.5% | 0.6% | - |
| HSV(B) | 118.24º | 0.5% | 0.8% | - |
| XYZ | 29.41 | 46.59 | 19.76 | - |
| YUV | 161.77 | 93.7 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 101 | 0.49 | 0 | 0.50 | 0.20 | 118.24 | 0.5 | 0.6 |
| Hex | 68 | CB | 65 | 31 | 0 | 32 | 14 | 76 | 32 | 3C |
| Octal | 150 | 313 | 145 | 61 | 0 | 62 | 24 | 166 | 62 | 74 |
| Binary | 1101000 | 11001011 | 1100101 | 110001 | 0 | 110010 | 10100 | 1110110 | 110010 | 111100 |
Color Harmonies of #68CB65
Complementary color
Monochromatic Colors of #68CB65
Black with #68CB65
Text Example
Text Example
White with #68CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB65; }
p { color: rgb(104,203,101); }
H1.HeaderClassName
{
color: #68CB65;
}
.AnyTagClassName
{
color: #68CB65;
}
</style>
background-color css
<style>
a { background-color: #68CB65; }
a { background-color: rgb(104,203,101); }
div.DivClassName
{
background-color: #68CB65;
}
.BgClassName
{
background-color: #68CB65;
}
</style>
border-color css
<style>
span { border-color: #68CB65; }
span { border-color: rgb(104,203,101); }
td.TdClassName
{
border-color: #68CB65;
}
.TagClassName
{
border-color: #68CB65;
}
</style>