Shades of Light Green #74FBA0
Tints of Light Green #74FBA0
RGB
CMYK
RGB Variations
Color information
#74FBA0 (or 0x74FBA0) is known color: Light Green. HEX triplet: 74, FB and A0. RGB value is (116,251,160). Sum of RGB (Red+Green+Blue) = 116+251+160=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FBA0 is #8B045F. Grayscale: #C8C8C8. Windows color (decimal): -9110624 or 10550132. OLE color: 10550132.
HSL color Cylindrical-coordinate representation of color #74FBA0: hue angle of 139.56º degrees, saturation: 0.94, 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 #74FBA0 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 160 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.02 |
| HSL | 139.56º | 0.94% | 0.72% | - |
| HSV(B) | 139.56º | 0.54% | 0.98% | - |
| XYZ | 48.04 | 75.25 | 45.25 | - |
| YUV | 200.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 160 | 0.54 | 0 | 0.36 | 0.02 | 139.56 | 0.94 | 0.72 |
| Hex | 74 | FB | A0 | 36 | 0 | 24 | 2 | 8C | 5E | 48 |
| Octal | 164 | 373 | 240 | 66 | 0 | 44 | 2 | 214 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10100000 | 110110 | 0 | 100100 | 10 | 10001100 | 1011110 | 1001000 |
Color Harmonies of #74FBA0
Complementary color
Monochromatic Colors of #74FBA0
Black with #74FBA0
Text Example
Text Example
White with #74FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBA0; }
p { color: rgb(116,251,160); }
H1.HeaderClassName
{
color: #74FBA0;
}
.AnyTagClassName
{
color: #74FBA0;
}
</style>
background-color css
<style>
a { background-color: #74FBA0; }
a { background-color: rgb(116,251,160); }
div.DivClassName
{
background-color: #74FBA0;
}
.BgClassName
{
background-color: #74FBA0;
}
</style>
border-color css
<style>
span { border-color: #74FBA0; }
span { border-color: rgb(116,251,160); }
td.TdClassName
{
border-color: #74FBA0;
}
.TagClassName
{
border-color: #74FBA0;
}
</style>