Shades of Fern #65AE63
Tints of Fern #65AE63
RGB
CMYK
RGB Variations
Color information
#65AE63 (or 0x65AE63) is known color: Fern. HEX triplet: 65, AE and 63. RGB value is (101,174,99). Sum of RGB (Red+Green+Blue) = 101+174+99=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AE63 is #9A519C. Grayscale: #8F8F8F. Windows color (decimal): -10113437 or 6532709. OLE color: 6532709.
HSL color Cylindrical-coordinate representation of color #65AE63: hue angle of 118.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65AE63 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 174 | 99 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.32 |
| HSL | 118.4º | 0.32% | 0.54% | - |
| HSV(B) | 118.4º | 0.43% | 0.68% | - |
| XYZ | 22.76 | 33.94 | 17.16 | - |
| YUV | 143.62 | 102.82 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 99 | 0.42 | 0 | 0.43 | 0.32 | 118.4 | 0.32 | 0.54 |
| Hex | 65 | AE | 63 | 2A | 0 | 2B | 20 | 76 | 20 | 36 |
| Octal | 145 | 256 | 143 | 52 | 0 | 53 | 40 | 166 | 40 | 66 |
| Binary | 1100101 | 10101110 | 1100011 | 101010 | 0 | 101011 | 100000 | 1110110 | 100000 | 110110 |
Color Harmonies of #65AE63
Complementary color
Monochromatic Colors of #65AE63
Black with #65AE63
Text Example
Text Example
White with #65AE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AE63; }
p { color: rgb(101,174,99); }
H1.HeaderClassName
{
color: #65AE63;
}
.AnyTagClassName
{
color: #65AE63;
}
</style>
background-color css
<style>
a { background-color: #65AE63; }
a { background-color: rgb(101,174,99); }
div.DivClassName
{
background-color: #65AE63;
}
.BgClassName
{
background-color: #65AE63;
}
</style>
border-color css
<style>
span { border-color: #65AE63; }
span { border-color: rgb(101,174,99); }
td.TdClassName
{
border-color: #65AE63;
}
.TagClassName
{
border-color: #65AE63;
}
</style>