Shades of Fern #68CA71
Tints of Fern #68CA71
RGB
CMYK
RGB Variations
Color information
#68CA71 (or 0x68CA71) is known color: Fern. HEX triplet: 68, CA and 71. RGB value is (104,202,113). Sum of RGB (Red+Green+Blue) = 104+202+113=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #68CA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CA71 is #97358E. Grayscale: #A2A2A2. Windows color (decimal): -9909647 or 7457384. OLE color: 7457384.
HSL color Cylindrical-coordinate representation of color #68CA71: hue angle of 125.51º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CA71 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 202 | 113 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.21 |
| HSL | 125.51º | 0.48% | 0.6% | - |
| HSV(B) | 125.51º | 0.49% | 0.79% | - |
| XYZ | 29.81 | 46.38 | 23 | - |
| YUV | 162.55 | 100.03 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 202 | 113 | 0.49 | 0 | 0.44 | 0.21 | 125.51 | 0.48 | 0.6 |
| Hex | 68 | CA | 71 | 31 | 0 | 2C | 15 | 7E | 30 | 3C |
| Octal | 150 | 312 | 161 | 61 | 0 | 54 | 25 | 176 | 60 | 74 |
| Binary | 1101000 | 11001010 | 1110001 | 110001 | 0 | 101100 | 10101 | 1111110 | 110000 | 111100 |
Color Harmonies of #68CA71
Complementary color
Monochromatic Colors of #68CA71
Black with #68CA71
Text Example
Text Example
White with #68CA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CA71; }
p { color: rgb(104,202,113); }
H1.HeaderClassName
{
color: #68CA71;
}
.AnyTagClassName
{
color: #68CA71;
}
</style>
background-color css
<style>
a { background-color: #68CA71; }
a { background-color: rgb(104,202,113); }
div.DivClassName
{
background-color: #68CA71;
}
.BgClassName
{
background-color: #68CA71;
}
</style>
border-color css
<style>
span { border-color: #68CA71; }
span { border-color: rgb(104,202,113); }
td.TdClassName
{
border-color: #68CA71;
}
.TagClassName
{
border-color: #68CA71;
}
</style>