Shades of Fern #65C37B
Tints of Fern #65C37B
RGB
CMYK
RGB Variations
Color information
#65C37B (or 0x65C37B) is known color: Fern. HEX triplet: 65, C3 and 7B. RGB value is (101,195,123). Sum of RGB (Red+Green+Blue) = 101+195+123=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #65C37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C37B is #9A3C84. Grayscale: #9E9E9E. Windows color (decimal): -10108037 or 8110949. OLE color: 8110949.
HSL color Cylindrical-coordinate representation of color #65C37B: hue angle of 134.04º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C37B is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 195 | 123 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.24 |
| HSL | 134.04º | 0.44% | 0.58% | - |
| HSV(B) | 134.04º | 0.48% | 0.76% | - |
| XYZ | 28.46 | 43.23 | 25.58 | - |
| YUV | 158.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 123 | 0.48 | 0 | 0.37 | 0.24 | 134.04 | 0.44 | 0.58 |
| Hex | 65 | C3 | 7B | 30 | 0 | 25 | 18 | 86 | 2C | 3A |
| Octal | 145 | 303 | 173 | 60 | 0 | 45 | 30 | 206 | 54 | 72 |
| Binary | 1100101 | 11000011 | 1111011 | 110000 | 0 | 100101 | 11000 | 10000110 | 101100 | 111010 |
Color Harmonies of #65C37B
Complementary color
Monochromatic Colors of #65C37B
Black with #65C37B
Text Example
Text Example
White with #65C37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C37B; }
p { color: rgb(101,195,123); }
H1.HeaderClassName
{
color: #65C37B;
}
.AnyTagClassName
{
color: #65C37B;
}
</style>
background-color css
<style>
a { background-color: #65C37B; }
a { background-color: rgb(101,195,123); }
div.DivClassName
{
background-color: #65C37B;
}
.BgClassName
{
background-color: #65C37B;
}
</style>
border-color css
<style>
span { border-color: #65C37B; }
span { border-color: rgb(101,195,123); }
td.TdClassName
{
border-color: #65C37B;
}
.TagClassName
{
border-color: #65C37B;
}
</style>