Shades of Fern #61C367
Tints of Fern #61C367
RGB
CMYK
RGB Variations
Color information
#61C367 (or 0x61C367) is known color: Fern. HEX triplet: 61, C3 and 67. RGB value is (97,195,103). Sum of RGB (Red+Green+Blue) = 97+195+103=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #61C367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C367 is #9E3C98. Grayscale: #9B9B9B. Windows color (decimal): -10370201 or 6800225. OLE color: 6800225.
HSL color Cylindrical-coordinate representation of color #61C367: hue angle of 123.67º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C367 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 97 | 195 | 103 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.24 |
| HSL | 123.67º | 0.45% | 0.57% | - |
| HSV(B) | 123.67º | 0.5% | 0.76% | - |
| XYZ | 26.89 | 42.55 | 19.63 | - |
| YUV | 155.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 195 | 103 | 0.50 | 0 | 0.47 | 0.24 | 123.67 | 0.45 | 0.57 |
| Hex | 61 | C3 | 67 | 32 | 0 | 2F | 18 | 7C | 2D | 39 |
| Octal | 141 | 303 | 147 | 62 | 0 | 57 | 30 | 174 | 55 | 71 |
| Binary | 1100001 | 11000011 | 1100111 | 110010 | 0 | 101111 | 11000 | 1111100 | 101101 | 111001 |
Color Harmonies of #61C367
Complementary color
Monochromatic Colors of #61C367
Black with #61C367
Text Example
Text Example
White with #61C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C367; }
p { color: rgb(97,195,103); }
H1.HeaderClassName
{
color: #61C367;
}
.AnyTagClassName
{
color: #61C367;
}
</style>
background-color css
<style>
a { background-color: #61C367; }
a { background-color: rgb(97,195,103); }
div.DivClassName
{
background-color: #61C367;
}
.BgClassName
{
background-color: #61C367;
}
</style>
border-color css
<style>
span { border-color: #61C367; }
span { border-color: rgb(97,195,103); }
td.TdClassName
{
border-color: #61C367;
}
.TagClassName
{
border-color: #61C367;
}
</style>