Shades of Fern #61CE70
Tints of Fern #61CE70
RGB
CMYK
RGB Variations
Color information
#61CE70 (or 0x61CE70) is known color: Fern. HEX triplet: 61, CE and 70. RGB value is (97,206,112). Sum of RGB (Red+Green+Blue) = 97+206+112=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #61CE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CE70 is #9E318F. Grayscale: #A2A2A2. Windows color (decimal): -10367376 or 7392865. OLE color: 7392865.
HSL color Cylindrical-coordinate representation of color #61CE70: hue angle of 128.26º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CE70 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 206 | 112 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.19 |
| HSL | 128.26º | 0.53% | 0.59% | - |
| HSV(B) | 128.26º | 0.53% | 0.81% | - |
| XYZ | 29.93 | 47.85 | 22.99 | - |
| YUV | 162.69 | 99.39 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 206 | 112 | 0.53 | 0 | 0.46 | 0.19 | 128.26 | 0.53 | 0.59 |
| Hex | 61 | CE | 70 | 35 | 0 | 2E | 13 | 80 | 35 | 3B |
| Octal | 141 | 316 | 160 | 65 | 0 | 56 | 23 | 200 | 65 | 73 |
| Binary | 1100001 | 11001110 | 1110000 | 110101 | 0 | 101110 | 10011 | 10000000 | 110101 | 111011 |
Color Harmonies of #61CE70
Complementary color
Monochromatic Colors of #61CE70
Black with #61CE70
Text Example
Text Example
White with #61CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CE70; }
p { color: rgb(97,206,112); }
H1.HeaderClassName
{
color: #61CE70;
}
.AnyTagClassName
{
color: #61CE70;
}
</style>
background-color css
<style>
a { background-color: #61CE70; }
a { background-color: rgb(97,206,112); }
div.DivClassName
{
background-color: #61CE70;
}
.BgClassName
{
background-color: #61CE70;
}
</style>
border-color css
<style>
span { border-color: #61CE70; }
span { border-color: rgb(97,206,112); }
td.TdClassName
{
border-color: #61CE70;
}
.TagClassName
{
border-color: #61CE70;
}
</style>