Shades of Light Green #74FF96
Tints of Light Green #74FF96
RGB
CMYK
RGB Variations
Color information
#74FF96 (or 0x74FF96) is known color: Light Green. HEX triplet: 74, FF and 96. RGB value is (116,255,150). Sum of RGB (Red+Green+Blue) = 116+255+150=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF96 is #8B0069. Grayscale: #C9C9C9. Windows color (decimal): -9109610 or 9895796. OLE color: 9895796.
HSL color Cylindrical-coordinate representation of color #74FF96: hue angle of 134.68º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FF96 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 150 | - |
| CMYK | 0.55 | 0 | 0.41 | 0 |
| HSL | 134.68º | 1% | 0.73% | - |
| HSV(B) | 134.68º | 0.55% | 1% | - |
| XYZ | 48.47 | 77.44 | 41.25 | - |
| YUV | 201.47 | 98.95 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 150 | 0.55 | 0 | 0.41 | 0 | 134.68 | 1 | 0.73 |
| Hex | 74 | FF | 96 | 37 | 0 | 29 | 0 | 87 | 64 | 49 |
| Octal | 164 | 377 | 226 | 67 | 0 | 51 | 0 | 207 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10010110 | 110111 | 0 | 101001 | 0 | 10000111 | 1100100 | 1001001 |
Color Harmonies of #74FF96
Complementary color
Monochromatic Colors of #74FF96
Black with #74FF96
Text Example
Text Example
White with #74FF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF96; }
p { color: rgb(116,255,150); }
H1.HeaderClassName
{
color: #74FF96;
}
.AnyTagClassName
{
color: #74FF96;
}
</style>
background-color css
<style>
a { background-color: #74FF96; }
a { background-color: rgb(116,255,150); }
div.DivClassName
{
background-color: #74FF96;
}
.BgClassName
{
background-color: #74FF96;
}
</style>
border-color css
<style>
span { border-color: #74FF96; }
span { border-color: rgb(116,255,150); }
td.TdClassName
{
border-color: #74FF96;
}
.TagClassName
{
border-color: #74FF96;
}
</style>