Shades of Fern #61CB6B
Tints of Fern #61CB6B
RGB
CMYK
RGB Variations
Color information
#61CB6B (or 0x61CB6B) is known color: Fern. HEX triplet: 61, CB and 6B. RGB value is (97,203,107). Sum of RGB (Red+Green+Blue) = 97+203+107=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CB6B is #9E3494. Grayscale: #A0A0A0. Windows color (decimal): -10368149 or 7064417. OLE color: 7064417.
HSL color Cylindrical-coordinate representation of color #61CB6B: hue angle of 125.66º degrees, saturation: 0.5, 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 #61CB6B is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 107 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.20 |
| HSL | 125.66º | 0.5% | 0.59% | - |
| HSV(B) | 125.66º | 0.52% | 0.8% | - |
| XYZ | 28.94 | 46.31 | 21.32 | - |
| YUV | 160.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 107 | 0.52 | 0 | 0.47 | 0.20 | 125.66 | 0.5 | 0.59 |
| Hex | 61 | CB | 6B | 34 | 0 | 2F | 14 | 7E | 32 | 3B |
| Octal | 141 | 313 | 153 | 64 | 0 | 57 | 24 | 176 | 62 | 73 |
| Binary | 1100001 | 11001011 | 1101011 | 110100 | 0 | 101111 | 10100 | 1111110 | 110010 | 111011 |
Color Harmonies of #61CB6B
Complementary color
Monochromatic Colors of #61CB6B
Black with #61CB6B
Text Example
Text Example
White with #61CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CB6B; }
p { color: rgb(97,203,107); }
H1.HeaderClassName
{
color: #61CB6B;
}
.AnyTagClassName
{
color: #61CB6B;
}
</style>
background-color css
<style>
a { background-color: #61CB6B; }
a { background-color: rgb(97,203,107); }
div.DivClassName
{
background-color: #61CB6B;
}
.BgClassName
{
background-color: #61CB6B;
}
</style>
border-color css
<style>
span { border-color: #61CB6B; }
span { border-color: rgb(97,203,107); }
td.TdClassName
{
border-color: #61CB6B;
}
.TagClassName
{
border-color: #61CB6B;
}
</style>