Shades of Light Green #74FBA2
Tints of Light Green #74FBA2
RGB
CMYK
RGB Variations
Color information
#74FBA2 (or 0x74FBA2) is known color: Light Green. HEX triplet: 74, FB and A2. RGB value is (116,251,162). Sum of RGB (Red+Green+Blue) = 116+251+162=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FBA2 is #8B045D. Grayscale: #C8C8C8. Windows color (decimal): -9110622 or 10681204. OLE color: 10681204.
HSL color Cylindrical-coordinate representation of color #74FBA2: hue angle of 140.44º 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 #74FBA2 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 162 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.02 |
| HSL | 140.44º | 0.94% | 0.72% | - |
| HSV(B) | 140.44º | 0.54% | 0.98% | - |
| XYZ | 48.22 | 75.32 | 46.18 | - |
| YUV | 200.49 | 106.27 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 162 | 0.54 | 0 | 0.35 | 0.02 | 140.44 | 0.94 | 0.72 |
| Hex | 74 | FB | A2 | 36 | 0 | 23 | 2 | 8C | 5E | 48 |
| Octal | 164 | 373 | 242 | 66 | 0 | 43 | 2 | 214 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10100010 | 110110 | 0 | 100011 | 10 | 10001100 | 1011110 | 1001000 |
Color Harmonies of #74FBA2
Complementary color
Monochromatic Colors of #74FBA2
Black with #74FBA2
Text Example
Text Example
White with #74FBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBA2; }
p { color: rgb(116,251,162); }
H1.HeaderClassName
{
color: #74FBA2;
}
.AnyTagClassName
{
color: #74FBA2;
}
</style>
background-color css
<style>
a { background-color: #74FBA2; }
a { background-color: rgb(116,251,162); }
div.DivClassName
{
background-color: #74FBA2;
}
.BgClassName
{
background-color: #74FBA2;
}
</style>
border-color css
<style>
span { border-color: #74FBA2; }
span { border-color: rgb(116,251,162); }
td.TdClassName
{
border-color: #74FBA2;
}
.TagClassName
{
border-color: #74FBA2;
}
</style>