Shades of Fern #74C273
Tints of Fern #74C273
RGB
CMYK
RGB Variations
Color information
#74C273 (or 0x74C273) is known color: Fern. HEX triplet: 74, C2 and 73. RGB value is (116,194,115). Sum of RGB (Red+Green+Blue) = 116+194+115=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #74C273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C273 is #8B3D8C. Grayscale: #A1A1A1. Windows color (decimal): -9125261 or 7586420. OLE color: 7586420.
HSL color Cylindrical-coordinate representation of color #74C273: hue angle of 119.24º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C273 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 115 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.24 |
| HSL | 119.24º | 0.39% | 0.61% | - |
| HSV(B) | 119.24º | 0.41% | 0.76% | - |
| XYZ | 29.59 | 43.53 | 23.06 | - |
| YUV | 161.67 | 101.66 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 115 | 0.40 | 0 | 0.41 | 0.24 | 119.24 | 0.39 | 0.61 |
| Hex | 74 | C2 | 73 | 28 | 0 | 29 | 18 | 77 | 27 | 3D |
| Octal | 164 | 302 | 163 | 50 | 0 | 51 | 30 | 167 | 47 | 75 |
| Binary | 1110100 | 11000010 | 1110011 | 101000 | 0 | 101001 | 11000 | 1110111 | 100111 | 111101 |
Color Harmonies of #74C273
Complementary color
Monochromatic Colors of #74C273
Black with #74C273
Text Example
Text Example
White with #74C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C273; }
p { color: rgb(116,194,115); }
H1.HeaderClassName
{
color: #74C273;
}
.AnyTagClassName
{
color: #74C273;
}
</style>
background-color css
<style>
a { background-color: #74C273; }
a { background-color: rgb(116,194,115); }
div.DivClassName
{
background-color: #74C273;
}
.BgClassName
{
background-color: #74C273;
}
</style>
border-color css
<style>
span { border-color: #74C273; }
span { border-color: rgb(116,194,115); }
td.TdClassName
{
border-color: #74C273;
}
.TagClassName
{
border-color: #74C273;
}
</style>