Shades of Fern #65BE7B
Tints of Fern #65BE7B
RGB
CMYK
RGB Variations
Color information
#65BE7B (or 0x65BE7B) is known color: Fern. HEX triplet: 65, BE and 7B. RGB value is (101,190,123). Sum of RGB (Red+Green+Blue) = 101+190+123=414 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.40% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BE7B is #9A4184. Grayscale: #9B9B9B. Windows color (decimal): -10109317 or 8109669. OLE color: 8109669.
HSL color Cylindrical-coordinate representation of color #65BE7B: hue angle of 134.83º 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 #65BE7B is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 190 | 123 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.25 |
| HSL | 134.83º | 0.41% | 0.57% | - |
| HSV(B) | 134.83º | 0.47% | 0.75% | - |
| XYZ | 27.36 | 41.02 | 25.22 | - |
| YUV | 155.75 | 109.51 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 123 | 0.47 | 0 | 0.35 | 0.25 | 134.83 | 0.41 | 0.57 |
| Hex | 65 | BE | 7B | 2F | 0 | 23 | 19 | 87 | 29 | 39 |
| Octal | 145 | 276 | 173 | 57 | 0 | 43 | 31 | 207 | 51 | 71 |
| Binary | 1100101 | 10111110 | 1111011 | 101111 | 0 | 100011 | 11001 | 10000111 | 101001 | 111001 |
Color Harmonies of #65BE7B
Complementary color
Monochromatic Colors of #65BE7B
Black with #65BE7B
Text Example
Text Example
White with #65BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BE7B; }
p { color: rgb(101,190,123); }
H1.HeaderClassName
{
color: #65BE7B;
}
.AnyTagClassName
{
color: #65BE7B;
}
</style>
background-color css
<style>
a { background-color: #65BE7B; }
a { background-color: rgb(101,190,123); }
div.DivClassName
{
background-color: #65BE7B;
}
.BgClassName
{
background-color: #65BE7B;
}
</style>
border-color css
<style>
span { border-color: #65BE7B; }
span { border-color: rgb(101,190,123); }
td.TdClassName
{
border-color: #65BE7B;
}
.TagClassName
{
border-color: #65BE7B;
}
</style>