Shades of Light Green #74FEA4
Tints of Light Green #74FEA4
RGB
CMYK
RGB Variations
Color information
#74FEA4 (or 0x74FEA4) is known color: Light Green. HEX triplet: 74, FE and A4. RGB value is (116,254,164). Sum of RGB (Red+Green+Blue) = 116+254+164=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEA4 is #8B015B. Grayscale: #CACACA. Windows color (decimal): -9109852 or 10813044. OLE color: 10813044.
HSL color Cylindrical-coordinate representation of color #74FEA4: hue angle of 140.87º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEA4 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 164 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.00 |
| HSL | 140.87º | 0.99% | 0.73% | - |
| HSV(B) | 140.87º | 0.54% | 1% | - |
| XYZ | 49.35 | 77.28 | 47.44 | - |
| YUV | 202.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 164 | 0.54 | 0 | 0.35 | 0.00 | 140.87 | 0.99 | 0.73 |
| Hex | 74 | FE | A4 | 36 | 0 | 23 | 0 | 8D | 63 | 49 |
| Octal | 164 | 376 | 244 | 66 | 0 | 43 | 0 | 215 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10100100 | 110110 | 0 | 100011 | 0 | 10001101 | 1100011 | 1001001 |
Color Harmonies of #74FEA4
Complementary color
Monochromatic Colors of #74FEA4
Black with #74FEA4
Text Example
Text Example
White with #74FEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEA4; }
p { color: rgb(116,254,164); }
H1.HeaderClassName
{
color: #74FEA4;
}
.AnyTagClassName
{
color: #74FEA4;
}
</style>
background-color css
<style>
a { background-color: #74FEA4; }
a { background-color: rgb(116,254,164); }
div.DivClassName
{
background-color: #74FEA4;
}
.BgClassName
{
background-color: #74FEA4;
}
</style>
border-color css
<style>
span { border-color: #74FEA4; }
span { border-color: rgb(116,254,164); }
td.TdClassName
{
border-color: #74FEA4;
}
.TagClassName
{
border-color: #74FEA4;
}
</style>