Shades of Light Green #74FE96
Tints of Light Green #74FE96
RGB
CMYK
RGB Variations
Color information
#74FE96 (or 0x74FE96) is known color: Light Green. HEX triplet: 74, FE and 96. RGB value is (116,254,150). Sum of RGB (Red+Green+Blue) = 116+254+150=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FE96 is #8B0169. Grayscale: #C9C9C9. Windows color (decimal): -9109866 or 9895540. OLE color: 9895540.
HSL color Cylindrical-coordinate representation of color #74FE96: hue angle of 134.78º 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 #74FE96 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 150 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.00 |
| HSL | 134.78º | 0.99% | 0.73% | - |
| HSV(B) | 134.78º | 0.54% | 1% | - |
| XYZ | 48.15 | 76.8 | 41.14 | - |
| YUV | 200.88 | 99.28 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 150 | 0.54 | 0 | 0.41 | 0.00 | 134.78 | 0.99 | 0.73 |
| Hex | 74 | FE | 96 | 36 | 0 | 29 | 0 | 87 | 63 | 49 |
| Octal | 164 | 376 | 226 | 66 | 0 | 51 | 0 | 207 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10010110 | 110110 | 0 | 101001 | 0 | 10000111 | 1100011 | 1001001 |
Color Harmonies of #74FE96
Complementary color
Monochromatic Colors of #74FE96
Black with #74FE96
Text Example
Text Example
White with #74FE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE96; }
p { color: rgb(116,254,150); }
H1.HeaderClassName
{
color: #74FE96;
}
.AnyTagClassName
{
color: #74FE96;
}
</style>
background-color css
<style>
a { background-color: #74FE96; }
a { background-color: rgb(116,254,150); }
div.DivClassName
{
background-color: #74FE96;
}
.BgClassName
{
background-color: #74FE96;
}
</style>
border-color css
<style>
span { border-color: #74FE96; }
span { border-color: rgb(116,254,150); }
td.TdClassName
{
border-color: #74FE96;
}
.TagClassName
{
border-color: #74FE96;
}
</style>