Shades of Fern #65C16A
Tints of Fern #65C16A
RGB
CMYK
RGB Variations
Color information
#65C16A (or 0x65C16A) is known color: Fern. HEX triplet: 65, C1 and 6A. RGB value is (101,193,106). Sum of RGB (Red+Green+Blue) = 101+193+106=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #65C16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C16A is #9A3E95. Grayscale: #9B9B9B. Windows color (decimal): -10108566 or 6996325. OLE color: 6996325.
HSL color Cylindrical-coordinate representation of color #65C16A: hue angle of 123.26º 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 #65C16A is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 106 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.24 |
| HSL | 123.26º | 0.43% | 0.58% | - |
| HSV(B) | 123.26º | 0.48% | 0.76% | - |
| XYZ | 27.04 | 41.95 | 20.31 | - |
| YUV | 155.57 | 100.02 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 106 | 0.48 | 0 | 0.45 | 0.24 | 123.26 | 0.43 | 0.58 |
| Hex | 65 | C1 | 6A | 30 | 0 | 2D | 18 | 7B | 2B | 3A |
| Octal | 145 | 301 | 152 | 60 | 0 | 55 | 30 | 173 | 53 | 72 |
| Binary | 1100101 | 11000001 | 1101010 | 110000 | 0 | 101101 | 11000 | 1111011 | 101011 | 111010 |
Color Harmonies of #65C16A
Complementary color
Monochromatic Colors of #65C16A
Black with #65C16A
Text Example
Text Example
White with #65C16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C16A; }
p { color: rgb(101,193,106); }
H1.HeaderClassName
{
color: #65C16A;
}
.AnyTagClassName
{
color: #65C16A;
}
</style>
background-color css
<style>
a { background-color: #65C16A; }
a { background-color: rgb(101,193,106); }
div.DivClassName
{
background-color: #65C16A;
}
.BgClassName
{
background-color: #65C16A;
}
</style>
border-color css
<style>
span { border-color: #65C16A; }
span { border-color: rgb(101,193,106); }
td.TdClassName
{
border-color: #65C16A;
}
.TagClassName
{
border-color: #65C16A;
}
</style>