Shades of Fern #65BD7B
Tints of Fern #65BD7B
RGB
CMYK
RGB Variations
Color information
#65BD7B (or 0x65BD7B) is known color: Fern. HEX triplet: 65, BD and 7B. RGB value is (101,189,123). Sum of RGB (Red+Green+Blue) = 101+189+123=413 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.46% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD7B is #9A4284. Grayscale: #9B9B9B. Windows color (decimal): -10109573 or 8109413. OLE color: 8109413.
HSL color Cylindrical-coordinate representation of color #65BD7B: hue angle of 135º 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 #65BD7B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 123 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.26 |
| HSL | 135º | 0.4% | 0.57% | - |
| HSV(B) | 135º | 0.47% | 0.74% | - |
| XYZ | 27.14 | 40.59 | 25.14 | - |
| YUV | 155.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 123 | 0.47 | 0 | 0.35 | 0.26 | 135 | 0.4 | 0.57 |
| Hex | 65 | BD | 7B | 2F | 0 | 23 | 1A | 87 | 28 | 39 |
| Octal | 145 | 275 | 173 | 57 | 0 | 43 | 32 | 207 | 50 | 71 |
| Binary | 1100101 | 10111101 | 1111011 | 101111 | 0 | 100011 | 11010 | 10000111 | 101000 | 111001 |
Color Harmonies of #65BD7B
Complementary color
Monochromatic Colors of #65BD7B
Black with #65BD7B
Text Example
Text Example
White with #65BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BD7B; }
p { color: rgb(101,189,123); }
H1.HeaderClassName
{
color: #65BD7B;
}
.AnyTagClassName
{
color: #65BD7B;
}
</style>
background-color css
<style>
a { background-color: #65BD7B; }
a { background-color: rgb(101,189,123); }
div.DivClassName
{
background-color: #65BD7B;
}
.BgClassName
{
background-color: #65BD7B;
}
</style>
border-color css
<style>
span { border-color: #65BD7B; }
span { border-color: rgb(101,189,123); }
td.TdClassName
{
border-color: #65BD7B;
}
.TagClassName
{
border-color: #65BD7B;
}
</style>