Shades of Light Green #74FF8B
Tints of Light Green #74FF8B
RGB
CMYK
RGB Variations
Color information
#74FF8B (or 0x74FF8B) is known color: Light Green. HEX triplet: 74, FF and 8B. RGB value is (116,255,139). Sum of RGB (Red+Green+Blue) = 116+255+139=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FF8B is #8B0074. Grayscale: #C8C8C8. Windows color (decimal): -9109621 or 9174900. OLE color: 9174900.
HSL color Cylindrical-coordinate representation of color #74FF8B: hue angle of 129.93º 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 #74FF8B is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 139 | - |
| CMYK | 0.55 | 0 | 0.45 | 0 |
| HSL | 129.93º | 1% | 0.73% | - |
| HSV(B) | 129.93º | 0.55% | 1% | - |
| XYZ | 47.62 | 77.1 | 36.8 | - |
| YUV | 200.22 | 93.45 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 139 | 0.55 | 0 | 0.45 | 0 | 129.93 | 1 | 0.73 |
| Hex | 74 | FF | 8B | 37 | 0 | 2D | 0 | 82 | 64 | 49 |
| Octal | 164 | 377 | 213 | 67 | 0 | 55 | 0 | 202 | 144 | 111 |
| Binary | 1110100 | 11111111 | 10001011 | 110111 | 0 | 101101 | 0 | 10000010 | 1100100 | 1001001 |
Color Harmonies of #74FF8B
Complementary color
Monochromatic Colors of #74FF8B
Black with #74FF8B
Text Example
Text Example
White with #74FF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF8B; }
p { color: rgb(116,255,139); }
H1.HeaderClassName
{
color: #74FF8B;
}
.AnyTagClassName
{
color: #74FF8B;
}
</style>
background-color css
<style>
a { background-color: #74FF8B; }
a { background-color: rgb(116,255,139); }
div.DivClassName
{
background-color: #74FF8B;
}
.BgClassName
{
background-color: #74FF8B;
}
</style>
border-color css
<style>
span { border-color: #74FF8B; }
span { border-color: rgb(116,255,139); }
td.TdClassName
{
border-color: #74FF8B;
}
.TagClassName
{
border-color: #74FF8B;
}
</style>