Shades of Fern #65BD7D
Tints of Fern #65BD7D
RGB
CMYK
RGB Variations
Color information
#65BD7D (or 0x65BD7D) is known color: Fern. HEX triplet: 65, BD and 7D. RGB value is (101,189,125). Sum of RGB (Red+Green+Blue) = 101+189+125=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD7D is #9A4282. Grayscale: #9B9B9B. Windows color (decimal): -10109571 or 8240485. OLE color: 8240485.
HSL color Cylindrical-coordinate representation of color #65BD7D: hue angle of 136.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BD7D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 125 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.26 |
| HSL | 136.36º | 0.4% | 0.57% | - |
| HSV(B) | 136.36º | 0.47% | 0.74% | - |
| XYZ | 27.27 | 40.64 | 25.81 | - |
| YUV | 155.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 125 | 0.47 | 0 | 0.34 | 0.26 | 136.36 | 0.4 | 0.57 |
| Hex | 65 | BD | 7D | 2F | 0 | 22 | 1A | 88 | 28 | 39 |
| Octal | 145 | 275 | 175 | 57 | 0 | 42 | 32 | 210 | 50 | 71 |
| Binary | 1100101 | 10111101 | 1111101 | 101111 | 0 | 100010 | 11010 | 10001000 | 101000 | 111001 |
Color Harmonies of #65BD7D
Complementary color
Monochromatic Colors of #65BD7D
Black with #65BD7D
Text Example
Text Example
White with #65BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BD7D; }
p { color: rgb(101,189,125); }
H1.HeaderClassName
{
color: #65BD7D;
}
.AnyTagClassName
{
color: #65BD7D;
}
</style>
background-color css
<style>
a { background-color: #65BD7D; }
a { background-color: rgb(101,189,125); }
div.DivClassName
{
background-color: #65BD7D;
}
.BgClassName
{
background-color: #65BD7D;
}
</style>
border-color css
<style>
span { border-color: #65BD7D; }
span { border-color: rgb(101,189,125); }
td.TdClassName
{
border-color: #65BD7D;
}
.TagClassName
{
border-color: #65BD7D;
}
</style>