Shades of Fern #65C878
Tints of Fern #65C878
RGB
CMYK
RGB Variations
Color information
#65C878 (or 0x65C878) is known color: Fern. HEX triplet: 65, C8 and 78. RGB value is (101,200,120). Sum of RGB (Red+Green+Blue) = 101+200+120=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #65C878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C878 is #9A3787. Grayscale: #A1A1A1. Windows color (decimal): -10106760 or 7915621. OLE color: 7915621.
HSL color Cylindrical-coordinate representation of color #65C878: hue angle of 131.52º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65C878 is Cyan = 0.49, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 200 | 120 | - |
| CMYK | 0.49 | 0 | 0.4 | 0.22 |
| HSL | 131.52º | 0.47% | 0.59% | - |
| HSV(B) | 131.52º | 0.5% | 0.78% | - |
| XYZ | 29.41 | 45.43 | 24.99 | - |
| YUV | 161.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 120 | 0.49 | 0 | 0.4 | 0.22 | 131.52 | 0.47 | 0.59 |
| Hex | 65 | C8 | 78 | 31 | 0 | 28 | 16 | 84 | 2F | 3B |
| Octal | 145 | 310 | 170 | 61 | 0 | 50 | 26 | 204 | 57 | 73 |
| Binary | 1100101 | 11001000 | 1111000 | 110001 | 0 | 101000 | 10110 | 10000100 | 101111 | 111011 |
Color Harmonies of #65C878
Complementary color
Monochromatic Colors of #65C878
Black with #65C878
Text Example
Text Example
White with #65C878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C878; }
p { color: rgb(101,200,120); }
H1.HeaderClassName
{
color: #65C878;
}
.AnyTagClassName
{
color: #65C878;
}
</style>
background-color css
<style>
a { background-color: #65C878; }
a { background-color: rgb(101,200,120); }
div.DivClassName
{
background-color: #65C878;
}
.BgClassName
{
background-color: #65C878;
}
</style>
border-color css
<style>
span { border-color: #65C878; }
span { border-color: rgb(101,200,120); }
td.TdClassName
{
border-color: #65C878;
}
.TagClassName
{
border-color: #65C878;
}
</style>