Shades of Light Green #74FE86
Tints of Light Green #74FE86
RGB
CMYK
RGB Variations
Color information
#74FE86 (or 0x74FE86) is known color: Light Green. HEX triplet: 74, FE and 86. RGB value is (116,254,134). Sum of RGB (Red+Green+Blue) = 116+254+134=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FE86 is #8B0179. Grayscale: #C7C7C7. Windows color (decimal): -9109882 or 8846964. OLE color: 8846964.
HSL color Cylindrical-coordinate representation of color #74FE86: hue angle of 127.83º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FE86 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 134 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.00 |
| HSL | 127.83º | 0.99% | 0.73% | - |
| HSV(B) | 127.83º | 0.54% | 1% | - |
| XYZ | 46.95 | 76.32 | 34.81 | - |
| YUV | 199.06 | 91.28 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 134 | 0.54 | 0 | 0.47 | 0.00 | 127.83 | 0.99 | 0.73 |
| Hex | 74 | FE | 86 | 36 | 0 | 2F | 0 | 80 | 63 | 49 |
| Octal | 164 | 376 | 206 | 66 | 0 | 57 | 0 | 200 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10000110 | 110110 | 0 | 101111 | 0 | 10000000 | 1100011 | 1001001 |
Color Harmonies of #74FE86
Complementary color
Monochromatic Colors of #74FE86
Black with #74FE86
Text Example
Text Example
White with #74FE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE86; }
p { color: rgb(116,254,134); }
H1.HeaderClassName
{
color: #74FE86;
}
.AnyTagClassName
{
color: #74FE86;
}
</style>
background-color css
<style>
a { background-color: #74FE86; }
a { background-color: rgb(116,254,134); }
div.DivClassName
{
background-color: #74FE86;
}
.BgClassName
{
background-color: #74FE86;
}
</style>
border-color css
<style>
span { border-color: #74FE86; }
span { border-color: rgb(116,254,134); }
td.TdClassName
{
border-color: #74FE86;
}
.TagClassName
{
border-color: #74FE86;
}
</style>