Shades of Fern #74BC7C
Tints of Fern #74BC7C
RGB
CMYK
RGB Variations
Color information
#74BC7C (or 0x74BC7C) is known color: Fern. HEX triplet: 74, BC and 7C. RGB value is (116,188,124). Sum of RGB (Red+Green+Blue) = 116+188+124=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC7C is #8B4383. Grayscale: #9F9F9F. Windows color (decimal): -9126788 or 8174708. OLE color: 8174708.
HSL color Cylindrical-coordinate representation of color #74BC7C: hue angle of 126.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BC7C is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 124 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.26 |
| HSL | 126.67º | 0.35% | 0.6% | - |
| HSV(B) | 126.67º | 0.38% | 0.74% | - |
| XYZ | 28.82 | 41.13 | 25.49 | - |
| YUV | 159.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 124 | 0.38 | 0 | 0.34 | 0.26 | 126.67 | 0.35 | 0.6 |
| Hex | 74 | BC | 7C | 26 | 0 | 22 | 1A | 7F | 23 | 3C |
| Octal | 164 | 274 | 174 | 46 | 0 | 42 | 32 | 177 | 43 | 74 |
| Binary | 1110100 | 10111100 | 1111100 | 100110 | 0 | 100010 | 11010 | 1111111 | 100011 | 111100 |
Color Harmonies of #74BC7C
Complementary color
Monochromatic Colors of #74BC7C
Black with #74BC7C
Text Example
Text Example
White with #74BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC7C; }
p { color: rgb(116,188,124); }
H1.HeaderClassName
{
color: #74BC7C;
}
.AnyTagClassName
{
color: #74BC7C;
}
</style>
background-color css
<style>
a { background-color: #74BC7C; }
a { background-color: rgb(116,188,124); }
div.DivClassName
{
background-color: #74BC7C;
}
.BgClassName
{
background-color: #74BC7C;
}
</style>
border-color css
<style>
span { border-color: #74BC7C; }
span { border-color: rgb(116,188,124); }
td.TdClassName
{
border-color: #74BC7C;
}
.TagClassName
{
border-color: #74BC7C;
}
</style>