Shades of Fern #65C368
Tints of Fern #65C368
RGB
CMYK
RGB Variations
Color information
#65C368 (or 0x65C368) is known color: Fern. HEX triplet: 65, C3 and 68. RGB value is (101,195,104). Sum of RGB (Red+Green+Blue) = 101+195+104=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #65C368 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C368 is #9A3C97. Grayscale: #9C9C9C. Windows color (decimal): -10108056 or 6865765. OLE color: 6865765.
HSL color Cylindrical-coordinate representation of color #65C368: hue angle of 121.91º 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 #65C368 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 104 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.24 |
| HSL | 121.91º | 0.44% | 0.58% | - |
| HSV(B) | 121.91º | 0.48% | 0.76% | - |
| XYZ | 27.38 | 42.8 | 19.91 | - |
| YUV | 156.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 104 | 0.48 | 0 | 0.47 | 0.24 | 121.91 | 0.44 | 0.58 |
| Hex | 65 | C3 | 68 | 30 | 0 | 2F | 18 | 7A | 2C | 3A |
| Octal | 145 | 303 | 150 | 60 | 0 | 57 | 30 | 172 | 54 | 72 |
| Binary | 1100101 | 11000011 | 1101000 | 110000 | 0 | 101111 | 11000 | 1111010 | 101100 | 111010 |
Color Harmonies of #65C368
Complementary color
Monochromatic Colors of #65C368
Black with #65C368
Text Example
Text Example
White with #65C368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C368; }
p { color: rgb(101,195,104); }
H1.HeaderClassName
{
color: #65C368;
}
.AnyTagClassName
{
color: #65C368;
}
</style>
background-color css
<style>
a { background-color: #65C368; }
a { background-color: rgb(101,195,104); }
div.DivClassName
{
background-color: #65C368;
}
.BgClassName
{
background-color: #65C368;
}
</style>
border-color css
<style>
span { border-color: #65C368; }
span { border-color: rgb(101,195,104); }
td.TdClassName
{
border-color: #65C368;
}
.TagClassName
{
border-color: #65C368;
}
</style>