Shades of Light Green #74FEA0
Tints of Light Green #74FEA0
RGB
CMYK
RGB Variations
Color information
#74FEA0 (or 0x74FEA0) is known color: Light Green. HEX triplet: 74, FE and A0. RGB value is (116,254,160). Sum of RGB (Red+Green+Blue) = 116+254+160=530 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.89% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEA0 is #8B015F. Grayscale: #CACACA. Windows color (decimal): -9109856 or 10550900. OLE color: 10550900.
HSL color Cylindrical-coordinate representation of color #74FEA0: hue angle of 139.13º 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 #74FEA0 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 160 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.00 |
| HSL | 139.13º | 0.99% | 0.73% | - |
| HSV(B) | 139.13º | 0.54% | 1% | - |
| XYZ | 48.99 | 77.13 | 45.56 | - |
| YUV | 202.02 | 104.28 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 160 | 0.54 | 0 | 0.37 | 0.00 | 139.13 | 0.99 | 0.73 |
| Hex | 74 | FE | A0 | 36 | 0 | 25 | 0 | 8B | 63 | 49 |
| Octal | 164 | 376 | 240 | 66 | 0 | 45 | 0 | 213 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10100000 | 110110 | 0 | 100101 | 0 | 10001011 | 1100011 | 1001001 |
Color Harmonies of #74FEA0
Complementary color
Monochromatic Colors of #74FEA0
Black with #74FEA0
Text Example
Text Example
White with #74FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEA0; }
p { color: rgb(116,254,160); }
H1.HeaderClassName
{
color: #74FEA0;
}
.AnyTagClassName
{
color: #74FEA0;
}
</style>
background-color css
<style>
a { background-color: #74FEA0; }
a { background-color: rgb(116,254,160); }
div.DivClassName
{
background-color: #74FEA0;
}
.BgClassName
{
background-color: #74FEA0;
}
</style>
border-color css
<style>
span { border-color: #74FEA0; }
span { border-color: rgb(116,254,160); }
td.TdClassName
{
border-color: #74FEA0;
}
.TagClassName
{
border-color: #74FEA0;
}
</style>