Shades of Fern #65C178
Tints of Fern #65C178
RGB
CMYK
RGB Variations
Color information
#65C178 (or 0x65C178) is known color: Fern. HEX triplet: 65, C1 and 78. RGB value is (101,193,120). Sum of RGB (Red+Green+Blue) = 101+193+120=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #65C178 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C178 is #9A3E87. Grayscale: #9D9D9D. Windows color (decimal): -10108552 or 7913829. OLE color: 7913829.
HSL color Cylindrical-coordinate representation of color #65C178: hue angle of 132.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C178 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 120 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.24 |
| HSL | 132.39º | 0.43% | 0.58% | - |
| HSV(B) | 132.39º | 0.48% | 0.76% | - |
| XYZ | 27.83 | 42.26 | 24.46 | - |
| YUV | 157.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 120 | 0.48 | 0 | 0.38 | 0.24 | 132.39 | 0.43 | 0.58 |
| Hex | 65 | C1 | 78 | 30 | 0 | 26 | 18 | 84 | 2B | 3A |
| Octal | 145 | 301 | 170 | 60 | 0 | 46 | 30 | 204 | 53 | 72 |
| Binary | 1100101 | 11000001 | 1111000 | 110000 | 0 | 100110 | 11000 | 10000100 | 101011 | 111010 |
Color Harmonies of #65C178
Complementary color
Monochromatic Colors of #65C178
Black with #65C178
Text Example
Text Example
White with #65C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C178; }
p { color: rgb(101,193,120); }
H1.HeaderClassName
{
color: #65C178;
}
.AnyTagClassName
{
color: #65C178;
}
</style>
background-color css
<style>
a { background-color: #65C178; }
a { background-color: rgb(101,193,120); }
div.DivClassName
{
background-color: #65C178;
}
.BgClassName
{
background-color: #65C178;
}
</style>
border-color css
<style>
span { border-color: #65C178; }
span { border-color: rgb(101,193,120); }
td.TdClassName
{
border-color: #65C178;
}
.TagClassName
{
border-color: #65C178;
}
</style>