Shades of Fern #5AC265
Tints of Fern #5AC265
RGB
CMYK
RGB Variations
Color information
#5AC265 (or 0x5AC265) is known color: Fern. HEX triplet: 5A, C2 and 65. RGB value is (90,194,101). Sum of RGB (Red+Green+Blue) = 90+194+101=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC265 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC265 is #A53D9A. Grayscale: #989898. Windows color (decimal): -10829211 or 6668890. OLE color: 6668890.
HSL color Cylindrical-coordinate representation of color #5AC265: hue angle of 126.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC265 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 101 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.24 |
| HSL | 126.35º | 0.46% | 0.56% | - |
| HSV(B) | 126.35º | 0.54% | 0.76% | - |
| XYZ | 25.86 | 41.7 | 19 | - |
| YUV | 152.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 101 | 0.54 | 0 | 0.48 | 0.24 | 126.35 | 0.46 | 0.56 |
| Hex | 5A | C2 | 65 | 36 | 0 | 30 | 18 | 7E | 2E | 38 |
| Octal | 132 | 302 | 145 | 66 | 0 | 60 | 30 | 176 | 56 | 70 |
| Binary | 1011010 | 11000010 | 1100101 | 110110 | 0 | 110000 | 11000 | 1111110 | 101110 | 111000 |
Color Harmonies of #5AC265
Complementary color
Monochromatic Colors of #5AC265
Black with #5AC265
Text Example
Text Example
White with #5AC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC265; }
p { color: rgb(90,194,101); }
H1.HeaderClassName
{
color: #5AC265;
}
.AnyTagClassName
{
color: #5AC265;
}
</style>
background-color css
<style>
a { background-color: #5AC265; }
a { background-color: rgb(90,194,101); }
div.DivClassName
{
background-color: #5AC265;
}
.BgClassName
{
background-color: #5AC265;
}
</style>
border-color css
<style>
span { border-color: #5AC265; }
span { border-color: rgb(90,194,101); }
td.TdClassName
{
border-color: #5AC265;
}
.TagClassName
{
border-color: #5AC265;
}
</style>