Shades of Fern #68CD5D
Tints of Fern #68CD5D
RGB
CMYK
RGB Variations
Color information
#68CD5D (or 0x68CD5D) is known color: Fern. HEX triplet: 68, CD and 5D. RGB value is (104,205,93). Sum of RGB (Red+Green+Blue) = 104+205+93=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD5D is #9732A2. Grayscale: #A2A2A2. Windows color (decimal): -9908899 or 6147432. OLE color: 6147432.
HSL color Cylindrical-coordinate representation of color #68CD5D: hue angle of 114.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CD5D is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 93 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.20 |
| HSL | 114.11º | 0.53% | 0.58% | - |
| HSV(B) | 114.11º | 0.55% | 0.8% | - |
| XYZ | 29.52 | 47.4 | 17.95 | - |
| YUV | 162.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 93 | 0.49 | 0 | 0.55 | 0.20 | 114.11 | 0.53 | 0.58 |
| Hex | 68 | CD | 5D | 31 | 0 | 37 | 14 | 72 | 35 | 3A |
| Octal | 150 | 315 | 135 | 61 | 0 | 67 | 24 | 162 | 65 | 72 |
| Binary | 1101000 | 11001101 | 1011101 | 110001 | 0 | 110111 | 10100 | 1110010 | 110101 | 111010 |
Color Harmonies of #68CD5D
Complementary color
Monochromatic Colors of #68CD5D
Black with #68CD5D
Text Example
Text Example
White with #68CD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD5D; }
p { color: rgb(104,205,93); }
H1.HeaderClassName
{
color: #68CD5D;
}
.AnyTagClassName
{
color: #68CD5D;
}
</style>
background-color css
<style>
a { background-color: #68CD5D; }
a { background-color: rgb(104,205,93); }
div.DivClassName
{
background-color: #68CD5D;
}
.BgClassName
{
background-color: #68CD5D;
}
</style>
border-color css
<style>
span { border-color: #68CD5D; }
span { border-color: rgb(104,205,93); }
td.TdClassName
{
border-color: #68CD5D;
}
.TagClassName
{
border-color: #68CD5D;
}
</style>