Shades of Light Green #74FF8C
Tints of Light Green #74FF8C
RGB
CMYK
RGB Variations
Color information
#74FF8C (or 0x74FF8C) is known color: Light Green. HEX triplet: 74, FF and 8C. RGB value is (116,255,140). Sum of RGB (Red+Green+Blue) = 116+255+140=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF8C is #8B0073. Grayscale: #C8C8C8. Windows color (decimal): -9109620 or 9240436. OLE color: 9240436.
HSL color Cylindrical-coordinate representation of color #74FF8C: hue angle of 130.36º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FF8C is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 140 | - |
| CMYK | 0.55 | 0 | 0.45 | 0 |
| HSL | 130.36º | 1% | 0.73% | - |
| HSV(B) | 130.36º | 0.55% | 1% | - |
| XYZ | 47.7 | 77.13 | 37.18 | - |
| YUV | 200.33 | 93.95 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 140 | 0.55 | 0 | 0.45 | 0 | 130.36 | 1 | 0.73 |
| Hex | 74 | FF | 8C | 37 | 0 | 2D | 0 | 82 | 64 | 49 |
| Octal | 164 | 377 | 214 | 67 | 0 | 55 | 0 | 202 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10001100 | 110111 | 0 | 101101 | 0 | 10000010 | 1100100 | 1001001 |
Color Harmonies of #74FF8C
Complementary color
Monochromatic Colors of #74FF8C
Black with #74FF8C
Text Example
Text Example
White with #74FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF8C; }
p { color: rgb(116,255,140); }
H1.HeaderClassName
{
color: #74FF8C;
}
.AnyTagClassName
{
color: #74FF8C;
}
</style>
background-color css
<style>
a { background-color: #74FF8C; }
a { background-color: rgb(116,255,140); }
div.DivClassName
{
background-color: #74FF8C;
}
.BgClassName
{
background-color: #74FF8C;
}
</style>
border-color css
<style>
span { border-color: #74FF8C; }
span { border-color: rgb(116,255,140); }
td.TdClassName
{
border-color: #74FF8C;
}
.TagClassName
{
border-color: #74FF8C;
}
</style>