Shades of Light Green #74F29E
Tints of Light Green #74F29E
RGB
CMYK
RGB Variations
Color information
#74F29E (or 0x74F29E) is known color: Light Green. HEX triplet: 74, F2 and 9E. RGB value is (116,242,158). Sum of RGB (Red+Green+Blue) = 116+242+158=516 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.48% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #74F29E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F29E is #8B0D61. Grayscale: #C2C2C2. Windows color (decimal): -9112930 or 10416756. OLE color: 10416756.
HSL color Cylindrical-coordinate representation of color #74F29E: hue angle of 140º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F29E is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 158 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.05 |
| HSL | 140º | 0.83% | 0.7% | - |
| HSV(B) | 140º | 0.52% | 0.95% | - |
| XYZ | 45.13 | 69.69 | 43.42 | - |
| YUV | 194.75 | 107.26 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 158 | 0.52 | 0 | 0.35 | 0.05 | 140 | 0.83 | 0.7 |
| Hex | 74 | F2 | 9E | 34 | 0 | 23 | 5 | 8C | 53 | 46 |
| Octal | 164 | 362 | 236 | 64 | 0 | 43 | 5 | 214 | 123 | 106 |
| Binary | 1110100 | 11110010 | 10011110 | 110100 | 0 | 100011 | 101 | 10001100 | 1010011 | 1000110 |
Color Harmonies of #74F29E
Complementary color
Monochromatic Colors of #74F29E
Black with #74F29E
Text Example
Text Example
White with #74F29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F29E; }
p { color: rgb(116,242,158); }
H1.HeaderClassName
{
color: #74F29E;
}
.AnyTagClassName
{
color: #74F29E;
}
</style>
background-color css
<style>
a { background-color: #74F29E; }
a { background-color: rgb(116,242,158); }
div.DivClassName
{
background-color: #74F29E;
}
.BgClassName
{
background-color: #74F29E;
}
</style>
border-color css
<style>
span { border-color: #74F29E; }
span { border-color: rgb(116,242,158); }
td.TdClassName
{
border-color: #74F29E;
}
.TagClassName
{
border-color: #74F29E;
}
</style>