Shades of Fern #65BD68
Tints of Fern #65BD68
RGB
CMYK
RGB Variations
Color information
#65BD68 (or 0x65BD68) is known color: Fern. HEX triplet: 65, BD and 68. RGB value is (101,189,104). Sum of RGB (Red+Green+Blue) = 101+189+104=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BD68 is #9A4297. Grayscale: #999999. Windows color (decimal): -10109592 or 6864229. OLE color: 6864229.
HSL color Cylindrical-coordinate representation of color #65BD68: hue angle of 122.05º 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 #65BD68 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 189 | 104 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.26 |
| HSL | 122.05º | 0.4% | 0.57% | - |
| HSV(B) | 122.05º | 0.47% | 0.74% | - |
| XYZ | 26.06 | 40.16 | 19.47 | - |
| YUV | 153 | 100.35 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 104 | 0.47 | 0 | 0.45 | 0.26 | 122.05 | 0.4 | 0.57 |
| Hex | 65 | BD | 68 | 2F | 0 | 2D | 1A | 7A | 28 | 39 |
| Octal | 145 | 275 | 150 | 57 | 0 | 55 | 32 | 172 | 50 | 71 |
| Binary | 1100101 | 10111101 | 1101000 | 101111 | 0 | 101101 | 11010 | 1111010 | 101000 | 111001 |
Color Harmonies of #65BD68
Complementary color
Monochromatic Colors of #65BD68
Black with #65BD68
Text Example
Text Example
White with #65BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BD68; }
p { color: rgb(101,189,104); }
H1.HeaderClassName
{
color: #65BD68;
}
.AnyTagClassName
{
color: #65BD68;
}
</style>
background-color css
<style>
a { background-color: #65BD68; }
a { background-color: rgb(101,189,104); }
div.DivClassName
{
background-color: #65BD68;
}
.BgClassName
{
background-color: #65BD68;
}
</style>
border-color css
<style>
span { border-color: #65BD68; }
span { border-color: rgb(101,189,104); }
td.TdClassName
{
border-color: #65BD68;
}
.TagClassName
{
border-color: #65BD68;
}
</style>