Shades of Fern #61CB68
Tints of Fern #61CB68
RGB
CMYK
RGB Variations
Color information
#61CB68 (or 0x61CB68) is known color: Fern. HEX triplet: 61, CB and 68. RGB value is (97,203,104). Sum of RGB (Red+Green+Blue) = 97+203+104=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CB68 is #9E3497. Grayscale: #A0A0A0. Windows color (decimal): -10368152 or 6867809. OLE color: 6867809.
HSL color Cylindrical-coordinate representation of color #61CB68: hue angle of 123.96º 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 #61CB68 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 104 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.20 |
| HSL | 123.96º | 0.5% | 0.59% | - |
| HSV(B) | 123.96º | 0.52% | 0.8% | - |
| XYZ | 28.78 | 46.25 | 20.51 | - |
| YUV | 160.02 | 96.38 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 104 | 0.52 | 0 | 0.49 | 0.20 | 123.96 | 0.5 | 0.59 |
| Hex | 61 | CB | 68 | 34 | 0 | 31 | 14 | 7C | 32 | 3B |
| Octal | 141 | 313 | 150 | 64 | 0 | 61 | 24 | 174 | 62 | 73 |
| Binary | 1100001 | 11001011 | 1101000 | 110100 | 0 | 110001 | 10100 | 1111100 | 110010 | 111011 |
Color Harmonies of #61CB68
Complementary color
Monochromatic Colors of #61CB68
Black with #61CB68
Text Example
Text Example
White with #61CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CB68; }
p { color: rgb(97,203,104); }
H1.HeaderClassName
{
color: #61CB68;
}
.AnyTagClassName
{
color: #61CB68;
}
</style>
background-color css
<style>
a { background-color: #61CB68; }
a { background-color: rgb(97,203,104); }
div.DivClassName
{
background-color: #61CB68;
}
.BgClassName
{
background-color: #61CB68;
}
</style>
border-color css
<style>
span { border-color: #61CB68; }
span { border-color: rgb(97,203,104); }
td.TdClassName
{
border-color: #61CB68;
}
.TagClassName
{
border-color: #61CB68;
}
</style>