Shades of Fern #65AD5D
Tints of Fern #65AD5D
RGB
CMYK
RGB Variations
Color information
#65AD5D (or 0x65AD5D) is known color: Fern. HEX triplet: 65, AD and 5D. RGB value is (101,173,93). Sum of RGB (Red+Green+Blue) = 101+173+93=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD5D is #9A52A2. Grayscale: #8E8E8E. Windows color (decimal): -10113699 or 6139237. OLE color: 6139237.
HSL color Cylindrical-coordinate representation of color #65AD5D: hue angle of 114º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65AD5D is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 93 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.32 |
| HSL | 114º | 0.33% | 0.52% | - |
| HSV(B) | 114º | 0.46% | 0.68% | - |
| XYZ | 22.29 | 33.44 | 15.64 | - |
| YUV | 142.35 | 100.15 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 93 | 0.42 | 0 | 0.46 | 0.32 | 114 | 0.33 | 0.52 |
| Hex | 65 | AD | 5D | 2A | 0 | 2E | 20 | 72 | 21 | 34 |
| Octal | 145 | 255 | 135 | 52 | 0 | 56 | 40 | 162 | 41 | 64 |
| Binary | 1100101 | 10101101 | 1011101 | 101010 | 0 | 101110 | 100000 | 1110010 | 100001 | 110100 |
Color Harmonies of #65AD5D
Complementary color
Monochromatic Colors of #65AD5D
Black with #65AD5D
Text Example
Text Example
White with #65AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD5D; }
p { color: rgb(101,173,93); }
H1.HeaderClassName
{
color: #65AD5D;
}
.AnyTagClassName
{
color: #65AD5D;
}
</style>
background-color css
<style>
a { background-color: #65AD5D; }
a { background-color: rgb(101,173,93); }
div.DivClassName
{
background-color: #65AD5D;
}
.BgClassName
{
background-color: #65AD5D;
}
</style>
border-color css
<style>
span { border-color: #65AD5D; }
span { border-color: rgb(101,173,93); }
td.TdClassName
{
border-color: #65AD5D;
}
.TagClassName
{
border-color: #65AD5D;
}
</style>