Shades of Fern #65BC5B
Tints of Fern #65BC5B
RGB
CMYK
RGB Variations
Color information
#65BC5B (or 0x65BC5B) is known color: Fern. HEX triplet: 65, BC and 5B. RGB value is (101,188,91). Sum of RGB (Red+Green+Blue) = 101+188+91=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC5B is #9A43A4. Grayscale: #979797. Windows color (decimal): -10109861 or 6012005. OLE color: 6012005.
HSL color Cylindrical-coordinate representation of color #65BC5B: hue angle of 113.81º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65BC5B is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 91 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.26 |
| HSL | 113.81º | 0.42% | 0.55% | - |
| HSV(B) | 113.81º | 0.52% | 0.74% | - |
| XYZ | 25.24 | 39.49 | 16.19 | - |
| YUV | 150.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 91 | 0.46 | 0 | 0.52 | 0.26 | 113.81 | 0.42 | 0.55 |
| Hex | 65 | BC | 5B | 2E | 0 | 34 | 1A | 72 | 2A | 37 |
| Octal | 145 | 274 | 133 | 56 | 0 | 64 | 32 | 162 | 52 | 67 |
| Binary | 1100101 | 10111100 | 1011011 | 101110 | 0 | 110100 | 11010 | 1110010 | 101010 | 110111 |
Color Harmonies of #65BC5B
Complementary color
Monochromatic Colors of #65BC5B
Black with #65BC5B
Text Example
Text Example
White with #65BC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC5B; }
p { color: rgb(101,188,91); }
H1.HeaderClassName
{
color: #65BC5B;
}
.AnyTagClassName
{
color: #65BC5B;
}
</style>
background-color css
<style>
a { background-color: #65BC5B; }
a { background-color: rgb(101,188,91); }
div.DivClassName
{
background-color: #65BC5B;
}
.BgClassName
{
background-color: #65BC5B;
}
</style>
border-color css
<style>
span { border-color: #65BC5B; }
span { border-color: rgb(101,188,91); }
td.TdClassName
{
border-color: #65BC5B;
}
.TagClassName
{
border-color: #65BC5B;
}
</style>