Shades of Light Green #74FB8F
Tints of Light Green #74FB8F
RGB
CMYK
RGB Variations
Color information
#74FB8F (or 0x74FB8F) is known color: Light Green. HEX triplet: 74, FB and 8F. RGB value is (116,251,143). Sum of RGB (Red+Green+Blue) = 116+251+143=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FB8F is #8B0470. Grayscale: #C6C6C6. Windows color (decimal): -9110641 or 9436020. OLE color: 9436020.
HSL color Cylindrical-coordinate representation of color #74FB8F: hue angle of 132º 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 #74FB8F is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 143 | - |
| CMYK | 0.54 | 0 | 0.43 | 0.02 |
| HSL | 132º | 0.94% | 0.72% | - |
| HSV(B) | 132º | 0.54% | 0.98% | - |
| XYZ | 46.66 | 74.69 | 37.94 | - |
| YUV | 198.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 143 | 0.54 | 0 | 0.43 | 0.02 | 132 | 0.94 | 0.72 |
| Hex | 74 | FB | 8F | 36 | 0 | 2B | 2 | 84 | 5E | 48 |
| Octal | 164 | 373 | 217 | 66 | 0 | 53 | 2 | 204 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10001111 | 110110 | 0 | 101011 | 10 | 10000100 | 1011110 | 1001000 |
Color Harmonies of #74FB8F
Complementary color
Monochromatic Colors of #74FB8F
Black with #74FB8F
Text Example
Text Example
White with #74FB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB8F; }
p { color: rgb(116,251,143); }
H1.HeaderClassName
{
color: #74FB8F;
}
.AnyTagClassName
{
color: #74FB8F;
}
</style>
background-color css
<style>
a { background-color: #74FB8F; }
a { background-color: rgb(116,251,143); }
div.DivClassName
{
background-color: #74FB8F;
}
.BgClassName
{
background-color: #74FB8F;
}
</style>
border-color css
<style>
span { border-color: #74FB8F; }
span { border-color: rgb(116,251,143); }
td.TdClassName
{
border-color: #74FB8F;
}
.TagClassName
{
border-color: #74FB8F;
}
</style>