Shades of Fern #4ABE5D
Tints of Fern #4ABE5D
RGB
CMYK
RGB Variations
Color information
#4ABE5D (or 0x4ABE5D) is known color: Fern. HEX triplet: 4A, BE and 5D. RGB value is (74,190,93). Sum of RGB (Red+Green+Blue) = 74+190+93=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABE5D is #B541A2. Grayscale: #909090. Windows color (decimal): -11878819 or 6143562. OLE color: 6143562.
HSL color Cylindrical-coordinate representation of color #4ABE5D: hue angle of 129.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABE5D is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 190 | 93 | - |
| CMYK | 0.61 | 0 | 0.51 | 0.25 |
| HSL | 129.83º | 0.47% | 0.52% | - |
| HSV(B) | 129.83º | 0.61% | 0.75% | - |
| XYZ | 23.21 | 39.07 | 16.67 | - |
| YUV | 144.26 | 99.07 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 93 | 0.61 | 0 | 0.51 | 0.25 | 129.83 | 0.47 | 0.52 |
| Hex | 4A | BE | 5D | 3D | 0 | 33 | 19 | 82 | 2F | 34 |
| Octal | 112 | 276 | 135 | 75 | 0 | 63 | 31 | 202 | 57 | 64 |
| Binary | 1001010 | 10111110 | 1011101 | 111101 | 0 | 110011 | 11001 | 10000010 | 101111 | 110100 |
Color Harmonies of #4ABE5D
Complementary color
Monochromatic Colors of #4ABE5D
Black with #4ABE5D
Text Example
Text Example
White with #4ABE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABE5D; }
p { color: rgb(74,190,93); }
H1.HeaderClassName
{
color: #4ABE5D;
}
.AnyTagClassName
{
color: #4ABE5D;
}
</style>
background-color css
<style>
a { background-color: #4ABE5D; }
a { background-color: rgb(74,190,93); }
div.DivClassName
{
background-color: #4ABE5D;
}
.BgClassName
{
background-color: #4ABE5D;
}
</style>
border-color css
<style>
span { border-color: #4ABE5D; }
span { border-color: rgb(74,190,93); }
td.TdClassName
{
border-color: #4ABE5D;
}
.TagClassName
{
border-color: #4ABE5D;
}
</style>