Shades of Fern #68CD64
Tints of Fern #68CD64
RGB
CMYK
RGB Variations
Color information
#68CD64 (or 0x68CD64) is known color: Fern. HEX triplet: 68, CD and 64. RGB value is (104,205,100). Sum of RGB (Red+Green+Blue) = 104+205+100=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD64 is #97329B. Grayscale: #A3A3A3. Windows color (decimal): -9908892 or 6606184. OLE color: 6606184.
HSL color Cylindrical-coordinate representation of color #68CD64: hue angle of 117.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68CD64 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 100 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.20 |
| HSL | 117.71º | 0.51% | 0.6% | - |
| HSV(B) | 117.71º | 0.51% | 0.8% | - |
| XYZ | 29.84 | 47.53 | 19.66 | - |
| YUV | 162.83 | 92.54 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 100 | 0.49 | 0 | 0.51 | 0.20 | 117.71 | 0.51 | 0.6 |
| Hex | 68 | CD | 64 | 31 | 0 | 33 | 14 | 76 | 33 | 3C |
| Octal | 150 | 315 | 144 | 61 | 0 | 63 | 24 | 166 | 63 | 74 |
| Binary | 1101000 | 11001101 | 1100100 | 110001 | 0 | 110011 | 10100 | 1110110 | 110011 | 111100 |
Color Harmonies of #68CD64
Complementary color
Monochromatic Colors of #68CD64
Black with #68CD64
Text Example
Text Example
White with #68CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD64; }
p { color: rgb(104,205,100); }
H1.HeaderClassName
{
color: #68CD64;
}
.AnyTagClassName
{
color: #68CD64;
}
</style>
background-color css
<style>
a { background-color: #68CD64; }
a { background-color: rgb(104,205,100); }
div.DivClassName
{
background-color: #68CD64;
}
.BgClassName
{
background-color: #68CD64;
}
</style>
border-color css
<style>
span { border-color: #68CD64; }
span { border-color: rgb(104,205,100); }
td.TdClassName
{
border-color: #68CD64;
}
.TagClassName
{
border-color: #68CD64;
}
</style>