Shades of Light Green #74FC8C
Tints of Light Green #74FC8C
RGB
CMYK
RGB Variations
Color information
#74FC8C (or 0x74FC8C) is known color: Light Green. HEX triplet: 74, FC and 8C. RGB value is (116,252,140). Sum of RGB (Red+Green+Blue) = 116+252+140=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FC8C is #8B0373. Grayscale: #C6C6C6. Windows color (decimal): -9110388 or 9239668. OLE color: 9239668.
HSL color Cylindrical-coordinate representation of color #74FC8C: hue angle of 130.59º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FC8C is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 140 | - |
| CMYK | 0.54 | 0 | 0.44 | 0.01 |
| HSL | 130.59º | 0.96% | 0.72% | - |
| HSV(B) | 130.59º | 0.54% | 0.99% | - |
| XYZ | 46.75 | 75.23 | 36.87 | - |
| YUV | 198.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 140 | 0.54 | 0 | 0.44 | 0.01 | 130.59 | 0.96 | 0.72 |
| Hex | 74 | FC | 8C | 36 | 0 | 2C | 1 | 83 | 60 | 48 |
| Octal | 164 | 374 | 214 | 66 | 0 | 54 | 1 | 203 | 140 | 110 |
| Binary | 1110100 | 11111100 | 10001100 | 110110 | 0 | 101100 | 1 | 10000011 | 1100000 | 1001000 |
Color Harmonies of #74FC8C
Complementary color
Monochromatic Colors of #74FC8C
Black with #74FC8C
Text Example
Text Example
White with #74FC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FC8C; }
p { color: rgb(116,252,140); }
H1.HeaderClassName
{
color: #74FC8C;
}
.AnyTagClassName
{
color: #74FC8C;
}
</style>
background-color css
<style>
a { background-color: #74FC8C; }
a { background-color: rgb(116,252,140); }
div.DivClassName
{
background-color: #74FC8C;
}
.BgClassName
{
background-color: #74FC8C;
}
</style>
border-color css
<style>
span { border-color: #74FC8C; }
span { border-color: rgb(116,252,140); }
td.TdClassName
{
border-color: #74FC8C;
}
.TagClassName
{
border-color: #74FC8C;
}
</style>