Shades of Fern #74BF7B
Tints of Fern #74BF7B
RGB
CMYK
RGB Variations
Color information
#74BF7B (or 0x74BF7B) is known color: Fern. HEX triplet: 74, BF and 7B. RGB value is (116,191,123). Sum of RGB (Red+Green+Blue) = 116+191+123=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF7B is #8B4084. Grayscale: #A1A1A1. Windows color (decimal): -9126021 or 8109940. OLE color: 8109940.
HSL color Cylindrical-coordinate representation of color #74BF7B: hue angle of 125.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BF7B is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 123 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.25 |
| HSL | 125.6º | 0.37% | 0.6% | - |
| HSV(B) | 125.6º | 0.39% | 0.75% | - |
| XYZ | 29.41 | 42.4 | 25.37 | - |
| YUV | 160.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 123 | 0.39 | 0 | 0.36 | 0.25 | 125.6 | 0.37 | 0.6 |
| Hex | 74 | BF | 7B | 27 | 0 | 24 | 19 | 7E | 25 | 3C |
| Octal | 164 | 277 | 173 | 47 | 0 | 44 | 31 | 176 | 45 | 74 |
| Binary | 1110100 | 10111111 | 1111011 | 100111 | 0 | 100100 | 11001 | 1111110 | 100101 | 111100 |
Color Harmonies of #74BF7B
Complementary color
Monochromatic Colors of #74BF7B
Black with #74BF7B
Text Example
Text Example
White with #74BF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BF7B; }
p { color: rgb(116,191,123); }
H1.HeaderClassName
{
color: #74BF7B;
}
.AnyTagClassName
{
color: #74BF7B;
}
</style>
background-color css
<style>
a { background-color: #74BF7B; }
a { background-color: rgb(116,191,123); }
div.DivClassName
{
background-color: #74BF7B;
}
.BgClassName
{
background-color: #74BF7B;
}
</style>
border-color css
<style>
span { border-color: #74BF7B; }
span { border-color: rgb(116,191,123); }
td.TdClassName
{
border-color: #74BF7B;
}
.TagClassName
{
border-color: #74BF7B;
}
</style>