Shades of Fern #65B57D
Tints of Fern #65B57D
RGB
CMYK
RGB Variations
Color information
#65B57D (or 0x65B57D) is known color: Fern. HEX triplet: 65, B5 and 7D. RGB value is (101,181,125). Sum of RGB (Red+Green+Blue) = 101+181+125=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #65B57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B57D is #9A4A82. Grayscale: #969696. Windows color (decimal): -10111619 or 8238437. OLE color: 8238437.
HSL color Cylindrical-coordinate representation of color #65B57D: hue angle of 138º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B57D is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 181 | 125 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.29 |
| HSL | 138º | 0.35% | 0.55% | - |
| HSV(B) | 138º | 0.44% | 0.71% | - |
| XYZ | 25.59 | 37.3 | 25.25 | - |
| YUV | 150.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 125 | 0.44 | 0 | 0.31 | 0.29 | 138 | 0.35 | 0.55 |
| Hex | 65 | B5 | 7D | 2C | 0 | 1F | 1D | 8A | 23 | 37 |
| Octal | 145 | 265 | 175 | 54 | 0 | 37 | 35 | 212 | 43 | 67 |
| Binary | 1100101 | 10110101 | 1111101 | 101100 | 0 | 11111 | 11101 | 10001010 | 100011 | 110111 |
Color Harmonies of #65B57D
Complementary color
Monochromatic Colors of #65B57D
Black with #65B57D
Text Example
Text Example
White with #65B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B57D; }
p { color: rgb(101,181,125); }
H1.HeaderClassName
{
color: #65B57D;
}
.AnyTagClassName
{
color: #65B57D;
}
</style>
background-color css
<style>
a { background-color: #65B57D; }
a { background-color: rgb(101,181,125); }
div.DivClassName
{
background-color: #65B57D;
}
.BgClassName
{
background-color: #65B57D;
}
</style>
border-color css
<style>
span { border-color: #65B57D; }
span { border-color: rgb(101,181,125); }
td.TdClassName
{
border-color: #65B57D;
}
.TagClassName
{
border-color: #65B57D;
}
</style>