Shades of Fern #61CC68
Tints of Fern #61CC68
RGB
CMYK
RGB Variations
Color information
#61CC68 (or 0x61CC68) is known color: Fern. HEX triplet: 61, CC and 68. RGB value is (97,204,104). Sum of RGB (Red+Green+Blue) = 97+204+104=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CC68 is #9E3397. Grayscale: #A0A0A0. Windows color (decimal): -10367896 or 6868065. OLE color: 6868065.
HSL color Cylindrical-coordinate representation of color #61CC68: hue angle of 123.93º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CC68 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 204 | 104 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.2 |
| HSL | 123.93º | 0.51% | 0.59% | - |
| HSV(B) | 123.93º | 0.52% | 0.8% | - |
| XYZ | 29.02 | 46.73 | 20.59 | - |
| YUV | 160.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 204 | 104 | 0.52 | 0 | 0.49 | 0.2 | 123.93 | 0.51 | 0.59 |
| Hex | 61 | CC | 68 | 34 | 0 | 31 | 14 | 7C | 33 | 3B |
| Octal | 141 | 314 | 150 | 64 | 0 | 61 | 24 | 174 | 63 | 73 |
| Binary | 1100001 | 11001100 | 1101000 | 110100 | 0 | 110001 | 10100 | 1111100 | 110011 | 111011 |
Color Harmonies of #61CC68
Complementary color
Monochromatic Colors of #61CC68
Black with #61CC68
Text Example
Text Example
White with #61CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CC68; }
p { color: rgb(97,204,104); }
H1.HeaderClassName
{
color: #61CC68;
}
.AnyTagClassName
{
color: #61CC68;
}
</style>
background-color css
<style>
a { background-color: #61CC68; }
a { background-color: rgb(97,204,104); }
div.DivClassName
{
background-color: #61CC68;
}
.BgClassName
{
background-color: #61CC68;
}
</style>
border-color css
<style>
span { border-color: #61CC68; }
span { border-color: rgb(97,204,104); }
td.TdClassName
{
border-color: #61CC68;
}
.TagClassName
{
border-color: #61CC68;
}
</style>