Shades of Fern #65CB77
Tints of Fern #65CB77
RGB
CMYK
RGB Variations
Color information
#65CB77 (or 0x65CB77) is known color: Fern. HEX triplet: 65, CB and 77. RGB value is (101,203,119). Sum of RGB (Red+Green+Blue) = 101+203+119=423 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.88% from 423); Green value is 203 (79.69% from 255 or 47.99% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 203 - color contains mainly: green. Hex color #65CB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CB77 is #9A3488. Grayscale: #A3A3A3. Windows color (decimal): -10105993 or 7850853. OLE color: 7850853.
HSL color Cylindrical-coordinate representation of color #65CB77: hue angle of 130.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CB77 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 203 | 119 | - |
| CMYK | 0.50 | 0 | 0.41 | 0.20 |
| HSL | 130.59º | 0.5% | 0.6% | - |
| HSV(B) | 130.59º | 0.5% | 0.8% | - |
| XYZ | 30.05 | 46.81 | 24.9 | - |
| YUV | 162.93 | 103.21 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 203 | 119 | 0.50 | 0 | 0.41 | 0.20 | 130.59 | 0.5 | 0.6 |
| Hex | 65 | CB | 77 | 32 | 0 | 29 | 14 | 83 | 32 | 3C |
| Octal | 145 | 313 | 167 | 62 | 0 | 51 | 24 | 203 | 62 | 74 |
| Binary | 1100101 | 11001011 | 1110111 | 110010 | 0 | 101001 | 10100 | 10000011 | 110010 | 111100 |
Color Harmonies of #65CB77
Complementary color
Monochromatic Colors of #65CB77
Black with #65CB77
Text Example
Text Example
White with #65CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CB77; }
p { color: rgb(101,203,119); }
H1.HeaderClassName
{
color: #65CB77;
}
.AnyTagClassName
{
color: #65CB77;
}
</style>
background-color css
<style>
a { background-color: #65CB77; }
a { background-color: rgb(101,203,119); }
div.DivClassName
{
background-color: #65CB77;
}
.BgClassName
{
background-color: #65CB77;
}
</style>
border-color css
<style>
span { border-color: #65CB77; }
span { border-color: rgb(101,203,119); }
td.TdClassName
{
border-color: #65CB77;
}
.TagClassName
{
border-color: #65CB77;
}
</style>