Shades of Fern #65BC64
Tints of Fern #65BC64
RGB
CMYK
RGB Variations
Color information
#65BC64 (or 0x65BC64) is known color: Fern. HEX triplet: 65, BC and 64. RGB value is (101,188,100). Sum of RGB (Red+Green+Blue) = 101+188+100=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BC64 is #9A439B. Grayscale: #989898. Windows color (decimal): -10109852 or 6601829. OLE color: 6601829.
HSL color Cylindrical-coordinate representation of color #65BC64: hue angle of 119.32º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BC64 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 100 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.26 |
| HSL | 119.32º | 0.4% | 0.56% | - |
| HSV(B) | 119.32º | 0.47% | 0.74% | - |
| XYZ | 25.65 | 39.65 | 18.36 | - |
| YUV | 151.96 | 98.68 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 100 | 0.46 | 0 | 0.47 | 0.26 | 119.32 | 0.4 | 0.56 |
| Hex | 65 | BC | 64 | 2E | 0 | 2F | 1A | 77 | 28 | 38 |
| Octal | 145 | 274 | 144 | 56 | 0 | 57 | 32 | 167 | 50 | 70 |
| Binary | 1100101 | 10111100 | 1100100 | 101110 | 0 | 101111 | 11010 | 1110111 | 101000 | 111000 |
Color Harmonies of #65BC64
Complementary color
Monochromatic Colors of #65BC64
Black with #65BC64
Text Example
Text Example
White with #65BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BC64; }
p { color: rgb(101,188,100); }
H1.HeaderClassName
{
color: #65BC64;
}
.AnyTagClassName
{
color: #65BC64;
}
</style>
background-color css
<style>
a { background-color: #65BC64; }
a { background-color: rgb(101,188,100); }
div.DivClassName
{
background-color: #65BC64;
}
.BgClassName
{
background-color: #65BC64;
}
</style>
border-color css
<style>
span { border-color: #65BC64; }
span { border-color: rgb(101,188,100); }
td.TdClassName
{
border-color: #65BC64;
}
.TagClassName
{
border-color: #65BC64;
}
</style>