Shades of Fern #65BE7D
Tints of Fern #65BE7D
RGB
CMYK
RGB Variations
Color information
#65BE7D (or 0x65BE7D) is known color: Fern. HEX triplet: 65, BE and 7D. RGB value is (101,190,125). Sum of RGB (Red+Green+Blue) = 101+190+125=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BE7D is #9A4182. Grayscale: #9C9C9C. Windows color (decimal): -10109315 or 8240741. OLE color: 8240741.
HSL color Cylindrical-coordinate representation of color #65BE7D: hue angle of 136.18º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BE7D is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 190 | 125 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.25 |
| HSL | 136.18º | 0.41% | 0.57% | - |
| HSV(B) | 136.18º | 0.47% | 0.75% | - |
| XYZ | 27.48 | 41.07 | 25.88 | - |
| YUV | 155.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 125 | 0.47 | 0 | 0.34 | 0.25 | 136.18 | 0.41 | 0.57 |
| Hex | 65 | BE | 7D | 2F | 0 | 22 | 19 | 88 | 29 | 39 |
| Octal | 145 | 276 | 175 | 57 | 0 | 42 | 31 | 210 | 51 | 71 |
| Binary | 1100101 | 10111110 | 1111101 | 101111 | 0 | 100010 | 11001 | 10001000 | 101001 | 111001 |
Color Harmonies of #65BE7D
Complementary color
Monochromatic Colors of #65BE7D
Black with #65BE7D
Text Example
Text Example
White with #65BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BE7D; }
p { color: rgb(101,190,125); }
H1.HeaderClassName
{
color: #65BE7D;
}
.AnyTagClassName
{
color: #65BE7D;
}
</style>
background-color css
<style>
a { background-color: #65BE7D; }
a { background-color: rgb(101,190,125); }
div.DivClassName
{
background-color: #65BE7D;
}
.BgClassName
{
background-color: #65BE7D;
}
</style>
border-color css
<style>
span { border-color: #65BE7D; }
span { border-color: rgb(101,190,125); }
td.TdClassName
{
border-color: #65BE7D;
}
.TagClassName
{
border-color: #65BE7D;
}
</style>