Shades of Light Green #74FB8C
Tints of Light Green #74FB8C
RGB
CMYK
RGB Variations
Color information
#74FB8C (or 0x74FB8C) is known color: Light Green. HEX triplet: 74, FB and 8C. RGB value is (116,251,140). Sum of RGB (Red+Green+Blue) = 116+251+140=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FB8C is #8B0473. Grayscale: #C6C6C6. Windows color (decimal): -9110644 or 9239412. OLE color: 9239412.
HSL color Cylindrical-coordinate representation of color #74FB8C: hue angle of 130.67º 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 #74FB8C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 140 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.02 |
| HSL | 130.67º | 0.94% | 0.72% | - |
| HSV(B) | 130.67º | 0.54% | 0.98% | - |
| XYZ | 46.43 | 74.6 | 36.76 | - |
| YUV | 197.98 | 95.27 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 140 | 0.54 | 0 | 0.44 | 0.02 | 130.67 | 0.94 | 0.72 |
| Hex | 74 | FB | 8C | 36 | 0 | 2C | 2 | 83 | 5E | 48 |
| Octal | 164 | 373 | 214 | 66 | 0 | 54 | 2 | 203 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10001100 | 110110 | 0 | 101100 | 10 | 10000011 | 1011110 | 1001000 |
Color Harmonies of #74FB8C
Complementary color
Monochromatic Colors of #74FB8C
Black with #74FB8C
Text Example
Text Example
White with #74FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB8C; }
p { color: rgb(116,251,140); }
H1.HeaderClassName
{
color: #74FB8C;
}
.AnyTagClassName
{
color: #74FB8C;
}
</style>
background-color css
<style>
a { background-color: #74FB8C; }
a { background-color: rgb(116,251,140); }
div.DivClassName
{
background-color: #74FB8C;
}
.BgClassName
{
background-color: #74FB8C;
}
</style>
border-color css
<style>
span { border-color: #74FB8C; }
span { border-color: rgb(116,251,140); }
td.TdClassName
{
border-color: #74FB8C;
}
.TagClassName
{
border-color: #74FB8C;
}
</style>