Shades of Fern #68CD74
Tints of Fern #68CD74
RGB
CMYK
RGB Variations
Color information
#68CD74 (or 0x68CD74) is known color: Fern. HEX triplet: 68, CD and 74. RGB value is (104,205,116). Sum of RGB (Red+Green+Blue) = 104+205+116=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CD74 is #97328B. Grayscale: #A4A4A4. Windows color (decimal): -9908876 or 7654760. OLE color: 7654760.
HSL color Cylindrical-coordinate representation of color #68CD74: hue angle of 127.13º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CD74 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 116 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.20 |
| HSL | 127.13º | 0.5% | 0.61% | - |
| HSV(B) | 127.13º | 0.49% | 0.8% | - |
| XYZ | 30.69 | 47.87 | 24.14 | - |
| YUV | 164.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 116 | 0.49 | 0 | 0.43 | 0.20 | 127.13 | 0.5 | 0.61 |
| Hex | 68 | CD | 74 | 31 | 0 | 2B | 14 | 7F | 32 | 3D |
| Octal | 150 | 315 | 164 | 61 | 0 | 53 | 24 | 177 | 62 | 75 |
| Binary | 1101000 | 11001101 | 1110100 | 110001 | 0 | 101011 | 10100 | 1111111 | 110010 | 111101 |
Color Harmonies of #68CD74
Complementary color
Monochromatic Colors of #68CD74
Black with #68CD74
Text Example
Text Example
White with #68CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD74; }
p { color: rgb(104,205,116); }
H1.HeaderClassName
{
color: #68CD74;
}
.AnyTagClassName
{
color: #68CD74;
}
</style>
background-color css
<style>
a { background-color: #68CD74; }
a { background-color: rgb(104,205,116); }
div.DivClassName
{
background-color: #68CD74;
}
.BgClassName
{
background-color: #68CD74;
}
</style>
border-color css
<style>
span { border-color: #68CD74; }
span { border-color: rgb(104,205,116); }
td.TdClassName
{
border-color: #68CD74;
}
.TagClassName
{
border-color: #68CD74;
}
</style>