Shades of Light Green #74FBA5
Tints of Light Green #74FBA5
RGB
CMYK
RGB Variations
Color information
#74FBA5 (or 0x74FBA5) is known color: Light Green. HEX triplet: 74, FB and A5. RGB value is (116,251,165). Sum of RGB (Red+Green+Blue) = 116+251+165=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FBA5 is #8B045A. Grayscale: #C9C9C9. Windows color (decimal): -9110619 or 10877812. OLE color: 10877812.
HSL color Cylindrical-coordinate representation of color #74FBA5: hue angle of 141.78º 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 #74FBA5 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 165 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.02 |
| HSL | 141.78º | 0.94% | 0.72% | - |
| HSV(B) | 141.78º | 0.54% | 0.98% | - |
| XYZ | 48.49 | 75.42 | 47.6 | - |
| YUV | 200.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 165 | 0.54 | 0 | 0.34 | 0.02 | 141.78 | 0.94 | 0.72 |
| Hex | 74 | FB | A5 | 36 | 0 | 22 | 2 | 8E | 5E | 48 |
| Octal | 164 | 373 | 245 | 66 | 0 | 42 | 2 | 216 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10100101 | 110110 | 0 | 100010 | 10 | 10001110 | 1011110 | 1001000 |
Color Harmonies of #74FBA5
Complementary color
Monochromatic Colors of #74FBA5
Black with #74FBA5
Text Example
Text Example
White with #74FBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBA5; }
p { color: rgb(116,251,165); }
H1.HeaderClassName
{
color: #74FBA5;
}
.AnyTagClassName
{
color: #74FBA5;
}
</style>
background-color css
<style>
a { background-color: #74FBA5; }
a { background-color: rgb(116,251,165); }
div.DivClassName
{
background-color: #74FBA5;
}
.BgClassName
{
background-color: #74FBA5;
}
</style>
border-color css
<style>
span { border-color: #74FBA5; }
span { border-color: rgb(116,251,165); }
td.TdClassName
{
border-color: #74FBA5;
}
.TagClassName
{
border-color: #74FBA5;
}
</style>