Shades of Light Green #74FEA2
Tints of Light Green #74FEA2
RGB
CMYK
RGB Variations
Color information
#74FEA2 (or 0x74FEA2) is known color: Light Green. HEX triplet: 74, FE and A2. RGB value is (116,254,162). Sum of RGB (Red+Green+Blue) = 116+254+162=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FEA2 is #8B015D. Grayscale: #CACACA. Windows color (decimal): -9109854 or 10681972. OLE color: 10681972.
HSL color Cylindrical-coordinate representation of color #74FEA2: hue angle of 140º 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 #74FEA2 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 162 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.00 |
| HSL | 140º | 0.99% | 0.73% | - |
| HSV(B) | 140º | 0.54% | 1% | - |
| XYZ | 49.17 | 77.21 | 46.49 | - |
| YUV | 202.25 | 105.28 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 162 | 0.54 | 0 | 0.36 | 0.00 | 140 | 0.99 | 0.73 |
| Hex | 74 | FE | A2 | 36 | 0 | 24 | 0 | 8C | 63 | 49 |
| Octal | 164 | 376 | 242 | 66 | 0 | 44 | 0 | 214 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10100010 | 110110 | 0 | 100100 | 0 | 10001100 | 1100011 | 1001001 |
Color Harmonies of #74FEA2
Complementary color
Monochromatic Colors of #74FEA2
Black with #74FEA2
Text Example
Text Example
White with #74FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEA2; }
p { color: rgb(116,254,162); }
H1.HeaderClassName
{
color: #74FEA2;
}
.AnyTagClassName
{
color: #74FEA2;
}
</style>
background-color css
<style>
a { background-color: #74FEA2; }
a { background-color: rgb(116,254,162); }
div.DivClassName
{
background-color: #74FEA2;
}
.BgClassName
{
background-color: #74FEA2;
}
</style>
border-color css
<style>
span { border-color: #74FEA2; }
span { border-color: rgb(116,254,162); }
td.TdClassName
{
border-color: #74FEA2;
}
.TagClassName
{
border-color: #74FEA2;
}
</style>