Shades of Light Green #74E896
Tints of Light Green #74E896
RGB
CMYK
RGB Variations
Color information
#74E896 (or 0x74E896) is known color: Light Green. HEX triplet: 74, E8 and 96. RGB value is (116,232,150). Sum of RGB (Red+Green+Blue) = 116+232+150=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #74E896 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E896 is #8B1769. Grayscale: #BCBCBC. Windows color (decimal): -9115498 or 9889908. OLE color: 9889908.
HSL color Cylindrical-coordinate representation of color #74E896: hue angle of 137.59º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E896 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 150 | - |
| CMYK | 0.50 | 0 | 0.35 | 0.09 |
| HSL | 137.59º | 0.72% | 0.68% | - |
| HSV(B) | 137.59º | 0.5% | 0.91% | - |
| XYZ | 41.56 | 63.63 | 38.94 | - |
| YUV | 187.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 150 | 0.50 | 0 | 0.35 | 0.09 | 137.59 | 0.72 | 0.68 |
| Hex | 74 | E8 | 96 | 32 | 0 | 23 | 9 | 8A | 48 | 44 |
| Octal | 164 | 350 | 226 | 62 | 0 | 43 | 11 | 212 | 110 | 104 |
| Binary | 1110100 | 11101000 | 10010110 | 110010 | 0 | 100011 | 1001 | 10001010 | 1001000 | 1000100 |
Color Harmonies of #74E896
Complementary color
Monochromatic Colors of #74E896
Black with #74E896
Text Example
Text Example
White with #74E896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E896; }
p { color: rgb(116,232,150); }
H1.HeaderClassName
{
color: #74E896;
}
.AnyTagClassName
{
color: #74E896;
}
</style>
background-color css
<style>
a { background-color: #74E896; }
a { background-color: rgb(116,232,150); }
div.DivClassName
{
background-color: #74E896;
}
.BgClassName
{
background-color: #74E896;
}
</style>
border-color css
<style>
span { border-color: #74E896; }
span { border-color: rgb(116,232,150); }
td.TdClassName
{
border-color: #74E896;
}
.TagClassName
{
border-color: #74E896;
}
</style>