Shades of Fern #65C370
Tints of Fern #65C370
RGB
CMYK
RGB Variations
Color information
#65C370 (or 0x65C370) is known color: Fern. HEX triplet: 65, C3 and 70. RGB value is (101,195,112). Sum of RGB (Red+Green+Blue) = 101+195+112=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #65C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C370 is #9A3C8F. Grayscale: #9D9D9D. Windows color (decimal): -10108048 or 7390053. OLE color: 7390053.
HSL color Cylindrical-coordinate representation of color #65C370: hue angle of 127.02º degrees, saturation: 0.44, 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 #65C370 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 112 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.24 |
| HSL | 127.02º | 0.44% | 0.58% | - |
| HSV(B) | 127.02º | 0.48% | 0.76% | - |
| XYZ | 27.81 | 42.97 | 22.16 | - |
| YUV | 157.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 112 | 0.48 | 0 | 0.43 | 0.24 | 127.02 | 0.44 | 0.58 |
| Hex | 65 | C3 | 70 | 30 | 0 | 2B | 18 | 7F | 2C | 3A |
| Octal | 145 | 303 | 160 | 60 | 0 | 53 | 30 | 177 | 54 | 72 |
| Binary | 1100101 | 11000011 | 1110000 | 110000 | 0 | 101011 | 11000 | 1111111 | 101100 | 111010 |
Color Harmonies of #65C370
Complementary color
Monochromatic Colors of #65C370
Black with #65C370
Text Example
Text Example
White with #65C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C370; }
p { color: rgb(101,195,112); }
H1.HeaderClassName
{
color: #65C370;
}
.AnyTagClassName
{
color: #65C370;
}
</style>
background-color css
<style>
a { background-color: #65C370; }
a { background-color: rgb(101,195,112); }
div.DivClassName
{
background-color: #65C370;
}
.BgClassName
{
background-color: #65C370;
}
</style>
border-color css
<style>
span { border-color: #65C370; }
span { border-color: rgb(101,195,112); }
td.TdClassName
{
border-color: #65C370;
}
.TagClassName
{
border-color: #65C370;
}
</style>