Shades of Fern #65BC6A
Tints of Fern #65BC6A
RGB
CMYK
RGB Variations
Color information
#65BC6A (or 0x65BC6A) is known color: Fern. HEX triplet: 65, BC and 6A. RGB value is (101,188,106). Sum of RGB (Red+Green+Blue) = 101+188+106=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC6A is #9A4395. Grayscale: #989898. Windows color (decimal): -10109846 or 6995045. OLE color: 6995045.
HSL color Cylindrical-coordinate representation of color #65BC6A: hue angle of 123.45º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BC6A is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 106 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.26 |
| HSL | 123.45º | 0.39% | 0.57% | - |
| HSV(B) | 123.45º | 0.46% | 0.74% | - |
| XYZ | 25.95 | 39.77 | 19.94 | - |
| YUV | 152.64 | 101.68 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 106 | 0.46 | 0 | 0.44 | 0.26 | 123.45 | 0.39 | 0.57 |
| Hex | 65 | BC | 6A | 2E | 0 | 2C | 1A | 7B | 27 | 39 |
| Octal | 145 | 274 | 152 | 56 | 0 | 54 | 32 | 173 | 47 | 71 |
| Binary | 1100101 | 10111100 | 1101010 | 101110 | 0 | 101100 | 11010 | 1111011 | 100111 | 111001 |
Color Harmonies of #65BC6A
Complementary color
Monochromatic Colors of #65BC6A
Black with #65BC6A
Text Example
Text Example
White with #65BC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC6A; }
p { color: rgb(101,188,106); }
H1.HeaderClassName
{
color: #65BC6A;
}
.AnyTagClassName
{
color: #65BC6A;
}
</style>
background-color css
<style>
a { background-color: #65BC6A; }
a { background-color: rgb(101,188,106); }
div.DivClassName
{
background-color: #65BC6A;
}
.BgClassName
{
background-color: #65BC6A;
}
</style>
border-color css
<style>
span { border-color: #65BC6A; }
span { border-color: rgb(101,188,106); }
td.TdClassName
{
border-color: #65BC6A;
}
.TagClassName
{
border-color: #65BC6A;
}
</style>