Shades of Light Green #74FF8F
Tints of Light Green #74FF8F
RGB
CMYK
RGB Variations
Color information
#74FF8F (or 0x74FF8F) is known color: Light Green. HEX triplet: 74, FF and 8F. RGB value is (116,255,143). Sum of RGB (Red+Green+Blue) = 116+255+143=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF8F is #8B0070. Grayscale: #C8C8C8. Windows color (decimal): -9109617 or 9437044. OLE color: 9437044.
HSL color Cylindrical-coordinate representation of color #74FF8F: hue angle of 131.65º 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 #74FF8F is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 143 | - |
| CMYK | 0.55 | 0 | 0.44 | 0 |
| HSL | 131.65º | 1% | 0.73% | - |
| HSV(B) | 131.65º | 0.55% | 1% | - |
| XYZ | 47.92 | 77.22 | 38.37 | - |
| YUV | 200.67 | 95.45 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 143 | 0.55 | 0 | 0.44 | 0 | 131.65 | 1 | 0.73 |
| Hex | 74 | FF | 8F | 37 | 0 | 2C | 0 | 84 | 64 | 49 |
| Octal | 164 | 377 | 217 | 67 | 0 | 54 | 0 | 204 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10001111 | 110111 | 0 | 101100 | 0 | 10000100 | 1100100 | 1001001 |
Color Harmonies of #74FF8F
Complementary color
Monochromatic Colors of #74FF8F
Black with #74FF8F
Text Example
Text Example
White with #74FF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF8F; }
p { color: rgb(116,255,143); }
H1.HeaderClassName
{
color: #74FF8F;
}
.AnyTagClassName
{
color: #74FF8F;
}
</style>
background-color css
<style>
a { background-color: #74FF8F; }
a { background-color: rgb(116,255,143); }
div.DivClassName
{
background-color: #74FF8F;
}
.BgClassName
{
background-color: #74FF8F;
}
</style>
border-color css
<style>
span { border-color: #74FF8F; }
span { border-color: rgb(116,255,143); }
td.TdClassName
{
border-color: #74FF8F;
}
.TagClassName
{
border-color: #74FF8F;
}
</style>