Shades of Fern #74C372
Tints of Fern #74C372
RGB
CMYK
RGB Variations
Color information
#74C372 (or 0x74C372) is known color: Fern. HEX triplet: 74, C3 and 72. RGB value is (116,195,114). Sum of RGB (Red+Green+Blue) = 116+195+114=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #74C372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C372 is #8B3C8D. Grayscale: #A2A2A2. Windows color (decimal): -9125006 or 7521140. OLE color: 7521140.
HSL color Cylindrical-coordinate representation of color #74C372: hue angle of 118.52º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C372 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 114 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.24 |
| HSL | 118.52º | 0.4% | 0.61% | - |
| HSV(B) | 118.52º | 0.42% | 0.76% | - |
| XYZ | 29.75 | 43.96 | 22.84 | - |
| YUV | 162.15 | 100.83 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 114 | 0.41 | 0 | 0.42 | 0.24 | 118.52 | 0.4 | 0.61 |
| Hex | 74 | C3 | 72 | 29 | 0 | 2A | 18 | 77 | 28 | 3D |
| Octal | 164 | 303 | 162 | 51 | 0 | 52 | 30 | 167 | 50 | 75 |
| Binary | 1110100 | 11000011 | 1110010 | 101001 | 0 | 101010 | 11000 | 1110111 | 101000 | 111101 |
Color Harmonies of #74C372
Complementary color
Monochromatic Colors of #74C372
Black with #74C372
Text Example
Text Example
White with #74C372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C372; }
p { color: rgb(116,195,114); }
H1.HeaderClassName
{
color: #74C372;
}
.AnyTagClassName
{
color: #74C372;
}
</style>
background-color css
<style>
a { background-color: #74C372; }
a { background-color: rgb(116,195,114); }
div.DivClassName
{
background-color: #74C372;
}
.BgClassName
{
background-color: #74C372;
}
</style>
border-color css
<style>
span { border-color: #74C372; }
span { border-color: rgb(116,195,114); }
td.TdClassName
{
border-color: #74C372;
}
.TagClassName
{
border-color: #74C372;
}
</style>