Shades of Fern #65C45C
Tints of Fern #65C45C
RGB
CMYK
RGB Variations
Color information
#65C45C (or 0x65C45C) is known color: Fern. HEX triplet: 65, C4 and 5C. RGB value is (101,196,92). Sum of RGB (Red+Green+Blue) = 101+196+92=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #65C45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C45C is #9A3BA3. Grayscale: #9C9C9C. Windows color (decimal): -10107812 or 6079589. OLE color: 6079589.
HSL color Cylindrical-coordinate representation of color #65C45C: hue angle of 114.81º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65C45C is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 196 | 92 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.23 |
| HSL | 114.81º | 0.47% | 0.56% | - |
| HSV(B) | 114.81º | 0.53% | 0.77% | - |
| XYZ | 27.04 | 43.02 | 17 | - |
| YUV | 155.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 196 | 92 | 0.48 | 0 | 0.53 | 0.23 | 114.81 | 0.47 | 0.56 |
| Hex | 65 | C4 | 5C | 30 | 0 | 35 | 17 | 73 | 2F | 38 |
| Octal | 145 | 304 | 134 | 60 | 0 | 65 | 27 | 163 | 57 | 70 |
| Binary | 1100101 | 11000100 | 1011100 | 110000 | 0 | 110101 | 10111 | 1110011 | 101111 | 111000 |
Color Harmonies of #65C45C
Complementary color
Monochromatic Colors of #65C45C
Black with #65C45C
Text Example
Text Example
White with #65C45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C45C; }
p { color: rgb(101,196,92); }
H1.HeaderClassName
{
color: #65C45C;
}
.AnyTagClassName
{
color: #65C45C;
}
</style>
background-color css
<style>
a { background-color: #65C45C; }
a { background-color: rgb(101,196,92); }
div.DivClassName
{
background-color: #65C45C;
}
.BgClassName
{
background-color: #65C45C;
}
</style>
border-color css
<style>
span { border-color: #65C45C; }
span { border-color: rgb(101,196,92); }
td.TdClassName
{
border-color: #65C45C;
}
.TagClassName
{
border-color: #65C45C;
}
</style>