Shades of Light Green #74FAA8
Tints of Light Green #74FAA8
RGB
CMYK
RGB Variations
Color information
#74FAA8 (or 0x74FAA8) is known color: Light Green. HEX triplet: 74, FA and A8. RGB value is (116,250,168). Sum of RGB (Red+Green+Blue) = 116+250+168=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 168 (66.02% from 255 or 31.46% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FAA8 is #8B0557. Grayscale: #C8C8C8. Windows color (decimal): -9110872 or 11074164. OLE color: 11074164.
HSL color Cylindrical-coordinate representation of color #74FAA8: hue angle of 143.28º 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 #74FAA8 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 168 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.02 |
| HSL | 143.28º | 0.93% | 0.72% | - |
| HSV(B) | 143.28º | 0.54% | 0.98% | - |
| XYZ | 48.46 | 74.91 | 48.95 | - |
| YUV | 200.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 168 | 0.54 | 0 | 0.33 | 0.02 | 143.28 | 0.93 | 0.72 |
| Hex | 74 | FA | A8 | 36 | 0 | 21 | 2 | 8F | 5D | 48 |
| Octal | 164 | 372 | 250 | 66 | 0 | 41 | 2 | 217 | 135 | 110 |
| Binary | 1110100 | 11111010 | 10101000 | 110110 | 0 | 100001 | 10 | 10001111 | 1011101 | 1001000 |
Color Harmonies of #74FAA8
Complementary color
Monochromatic Colors of #74FAA8
Black with #74FAA8
Text Example
Text Example
White with #74FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FAA8; }
p { color: rgb(116,250,168); }
H1.HeaderClassName
{
color: #74FAA8;
}
.AnyTagClassName
{
color: #74FAA8;
}
</style>
background-color css
<style>
a { background-color: #74FAA8; }
a { background-color: rgb(116,250,168); }
div.DivClassName
{
background-color: #74FAA8;
}
.BgClassName
{
background-color: #74FAA8;
}
</style>
border-color css
<style>
span { border-color: #74FAA8; }
span { border-color: rgb(116,250,168); }
td.TdClassName
{
border-color: #74FAA8;
}
.TagClassName
{
border-color: #74FAA8;
}
</style>