Shades of Fern #65B363
Tints of Fern #65B363
RGB
CMYK
RGB Variations
Color information
#65B363 (or 0x65B363) is known color: Fern. HEX triplet: 65, B3 and 63. RGB value is (101,179,99). Sum of RGB (Red+Green+Blue) = 101+179+99=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #65B363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B363 is #9A4C9C. Grayscale: #929292. Windows color (decimal): -10112157 or 6533989. OLE color: 6533989.
HSL color Cylindrical-coordinate representation of color #65B363: hue angle of 118.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B363 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 179 | 99 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.30 |
| HSL | 118.5º | 0.34% | 0.55% | - |
| HSV(B) | 118.5º | 0.45% | 0.7% | - |
| XYZ | 23.74 | 35.91 | 17.48 | - |
| YUV | 146.56 | 101.16 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 99 | 0.44 | 0 | 0.45 | 0.30 | 118.5 | 0.34 | 0.55 |
| Hex | 65 | B3 | 63 | 2C | 0 | 2D | 1E | 76 | 22 | 37 |
| Octal | 145 | 263 | 143 | 54 | 0 | 55 | 36 | 166 | 42 | 67 |
| Binary | 1100101 | 10110011 | 1100011 | 101100 | 0 | 101101 | 11110 | 1110110 | 100010 | 110111 |
Color Harmonies of #65B363
Complementary color
Monochromatic Colors of #65B363
Black with #65B363
Text Example
Text Example
White with #65B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B363; }
p { color: rgb(101,179,99); }
H1.HeaderClassName
{
color: #65B363;
}
.AnyTagClassName
{
color: #65B363;
}
</style>
background-color css
<style>
a { background-color: #65B363; }
a { background-color: rgb(101,179,99); }
div.DivClassName
{
background-color: #65B363;
}
.BgClassName
{
background-color: #65B363;
}
</style>
border-color css
<style>
span { border-color: #65B363; }
span { border-color: rgb(101,179,99); }
td.TdClassName
{
border-color: #65B363;
}
.TagClassName
{
border-color: #65B363;
}
</style>