Shades of Fern #65C360
Tints of Fern #65C360
RGB
CMYK
RGB Variations
Color information
#65C360 (or 0x65C360) is known color: Fern. HEX triplet: 65, C3 and 60. RGB value is (101,195,96). Sum of RGB (Red+Green+Blue) = 101+195+96=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #65C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C360 is #9A3C9F. Grayscale: #9B9B9B. Windows color (decimal): -10108064 or 6341477. OLE color: 6341477.
HSL color Cylindrical-coordinate representation of color #65C360: hue angle of 116.97º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65C360 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 96 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.24 |
| HSL | 116.97º | 0.45% | 0.57% | - |
| HSV(B) | 116.97º | 0.51% | 0.76% | - |
| XYZ | 26.99 | 42.64 | 17.87 | - |
| YUV | 155.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 96 | 0.48 | 0 | 0.51 | 0.24 | 116.97 | 0.45 | 0.57 |
| Hex | 65 | C3 | 60 | 30 | 0 | 33 | 18 | 75 | 2D | 39 |
| Octal | 145 | 303 | 140 | 60 | 0 | 63 | 30 | 165 | 55 | 71 |
| Binary | 1100101 | 11000011 | 1100000 | 110000 | 0 | 110011 | 11000 | 1110101 | 101101 | 111001 |
Color Harmonies of #65C360
Complementary color
Monochromatic Colors of #65C360
Black with #65C360
Text Example
Text Example
White with #65C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C360; }
p { color: rgb(101,195,96); }
H1.HeaderClassName
{
color: #65C360;
}
.AnyTagClassName
{
color: #65C360;
}
</style>
background-color css
<style>
a { background-color: #65C360; }
a { background-color: rgb(101,195,96); }
div.DivClassName
{
background-color: #65C360;
}
.BgClassName
{
background-color: #65C360;
}
</style>
border-color css
<style>
span { border-color: #65C360; }
span { border-color: rgb(101,195,96); }
td.TdClassName
{
border-color: #65C360;
}
.TagClassName
{
border-color: #65C360;
}
</style>