Shades of Fern #65C168
Tints of Fern #65C168
RGB
CMYK
RGB Variations
Color information
#65C168 (or 0x65C168) is known color: Fern. HEX triplet: 65, C1 and 68. RGB value is (101,193,104). Sum of RGB (Red+Green+Blue) = 101+193+104=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #65C168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C168 is #9A3E97. Grayscale: #9B9B9B. Windows color (decimal): -10108568 or 6865253. OLE color: 6865253.
HSL color Cylindrical-coordinate representation of color #65C168: hue angle of 121.96º 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 #65C168 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 104 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.24 |
| HSL | 121.96º | 0.43% | 0.58% | - |
| HSV(B) | 121.96º | 0.48% | 0.76% | - |
| XYZ | 26.94 | 41.91 | 19.77 | - |
| YUV | 155.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 104 | 0.48 | 0 | 0.46 | 0.24 | 121.96 | 0.43 | 0.58 |
| Hex | 65 | C1 | 68 | 30 | 0 | 2E | 18 | 7A | 2B | 3A |
| Octal | 145 | 301 | 150 | 60 | 0 | 56 | 30 | 172 | 53 | 72 |
| Binary | 1100101 | 11000001 | 1101000 | 110000 | 0 | 101110 | 11000 | 1111010 | 101011 | 111010 |
Color Harmonies of #65C168
Complementary color
Monochromatic Colors of #65C168
Black with #65C168
Text Example
Text Example
White with #65C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C168; }
p { color: rgb(101,193,104); }
H1.HeaderClassName
{
color: #65C168;
}
.AnyTagClassName
{
color: #65C168;
}
</style>
background-color css
<style>
a { background-color: #65C168; }
a { background-color: rgb(101,193,104); }
div.DivClassName
{
background-color: #65C168;
}
.BgClassName
{
background-color: #65C168;
}
</style>
border-color css
<style>
span { border-color: #65C168; }
span { border-color: rgb(101,193,104); }
td.TdClassName
{
border-color: #65C168;
}
.TagClassName
{
border-color: #65C168;
}
</style>