Shades of Fern #65B35D
Tints of Fern #65B35D
RGB
CMYK
RGB Variations
Color information
#65B35D (or 0x65B35D) is known color: Fern. HEX triplet: 65, B3 and 5D. RGB value is (101,179,93). Sum of RGB (Red+Green+Blue) = 101+179+93=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #65B35D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B35D is #9A4CA2. Grayscale: #929292. Windows color (decimal): -10112163 or 6140773. OLE color: 6140773.
HSL color Cylindrical-coordinate representation of color #65B35D: hue angle of 114.42º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65B35D is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 179 | 93 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.30 |
| HSL | 114.42º | 0.36% | 0.53% | - |
| HSV(B) | 114.42º | 0.48% | 0.7% | - |
| XYZ | 23.46 | 35.8 | 16.03 | - |
| YUV | 145.87 | 98.16 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 93 | 0.44 | 0 | 0.48 | 0.30 | 114.42 | 0.36 | 0.53 |
| Hex | 65 | B3 | 5D | 2C | 0 | 30 | 1E | 72 | 24 | 35 |
| Octal | 145 | 263 | 135 | 54 | 0 | 60 | 36 | 162 | 44 | 65 |
| Binary | 1100101 | 10110011 | 1011101 | 101100 | 0 | 110000 | 11110 | 1110010 | 100100 | 110101 |
Color Harmonies of #65B35D
Complementary color
Monochromatic Colors of #65B35D
Black with #65B35D
Text Example
Text Example
White with #65B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B35D; }
p { color: rgb(101,179,93); }
H1.HeaderClassName
{
color: #65B35D;
}
.AnyTagClassName
{
color: #65B35D;
}
</style>
background-color css
<style>
a { background-color: #65B35D; }
a { background-color: rgb(101,179,93); }
div.DivClassName
{
background-color: #65B35D;
}
.BgClassName
{
background-color: #65B35D;
}
</style>
border-color css
<style>
span { border-color: #65B35D; }
span { border-color: rgb(101,179,93); }
td.TdClassName
{
border-color: #65B35D;
}
.TagClassName
{
border-color: #65B35D;
}
</style>