Shades of Fern #68CB68
Tints of Fern #68CB68
RGB
CMYK
RGB Variations
Color information
#68CB68 (or 0x68CB68) is known color: Fern. HEX triplet: 68, CB and 68. RGB value is (104,203,104). Sum of RGB (Red+Green+Blue) = 104+203+104=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CB68 is #973497. Grayscale: #A2A2A2. Windows color (decimal): -9909400 or 6867816. OLE color: 6867816.
HSL color Cylindrical-coordinate representation of color #68CB68: hue angle of 120º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB68 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 104 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.20 |
| HSL | 120º | 0.49% | 0.6% | - |
| HSV(B) | 120º | 0.49% | 0.8% | - |
| XYZ | 29.56 | 46.65 | 20.54 | - |
| YUV | 162.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 104 | 0.49 | 0 | 0.49 | 0.20 | 120 | 0.49 | 0.6 |
| Hex | 68 | CB | 68 | 31 | 0 | 31 | 14 | 78 | 31 | 3C |
| Octal | 150 | 313 | 150 | 61 | 0 | 61 | 24 | 170 | 61 | 74 |
| Binary | 1101000 | 11001011 | 1101000 | 110001 | 0 | 110001 | 10100 | 1111000 | 110001 | 111100 |
Color Harmonies of #68CB68
Complementary color
Monochromatic Colors of #68CB68
Black with #68CB68
Text Example
Text Example
White with #68CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB68; }
p { color: rgb(104,203,104); }
H1.HeaderClassName
{
color: #68CB68;
}
.AnyTagClassName
{
color: #68CB68;
}
</style>
background-color css
<style>
a { background-color: #68CB68; }
a { background-color: rgb(104,203,104); }
div.DivClassName
{
background-color: #68CB68;
}
.BgClassName
{
background-color: #68CB68;
}
</style>
border-color css
<style>
span { border-color: #68CB68; }
span { border-color: rgb(104,203,104); }
td.TdClassName
{
border-color: #68CB68;
}
.TagClassName
{
border-color: #68CB68;
}
</style>