Shades of Light Green #74FA8E
Tints of Light Green #74FA8E
RGB
CMYK
RGB Variations
Color information
#74FA8E (or 0x74FA8E) is known color: Light Green. HEX triplet: 74, FA and 8E. RGB value is (116,250,142). Sum of RGB (Red+Green+Blue) = 116+250+142=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #74FA8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FA8E is #8B0571. Grayscale: #C5C5C5. Windows color (decimal): -9110898 or 9370228. OLE color: 9370228.
HSL color Cylindrical-coordinate representation of color #74FA8E: hue angle of 131.64º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FA8E is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 142 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.02 |
| HSL | 131.64º | 0.93% | 0.72% | - |
| HSV(B) | 131.64º | 0.54% | 0.98% | - |
| XYZ | 46.27 | 74.04 | 37.44 | - |
| YUV | 197.62 | 96.61 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 142 | 0.54 | 0 | 0.43 | 0.02 | 131.64 | 0.93 | 0.72 |
| Hex | 74 | FA | 8E | 36 | 0 | 2B | 2 | 84 | 5D | 48 |
| Octal | 164 | 372 | 216 | 66 | 0 | 53 | 2 | 204 | 135 | 110 |
| Binary | 1110100 | 11111010 | 10001110 | 110110 | 0 | 101011 | 10 | 10000100 | 1011101 | 1001000 |
Color Harmonies of #74FA8E
Complementary color
Monochromatic Colors of #74FA8E
Black with #74FA8E
Text Example
Text Example
White with #74FA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FA8E; }
p { color: rgb(116,250,142); }
H1.HeaderClassName
{
color: #74FA8E;
}
.AnyTagClassName
{
color: #74FA8E;
}
</style>
background-color css
<style>
a { background-color: #74FA8E; }
a { background-color: rgb(116,250,142); }
div.DivClassName
{
background-color: #74FA8E;
}
.BgClassName
{
background-color: #74FA8E;
}
</style>
border-color css
<style>
span { border-color: #74FA8E; }
span { border-color: rgb(116,250,142); }
td.TdClassName
{
border-color: #74FA8E;
}
.TagClassName
{
border-color: #74FA8E;
}
</style>