Shades of Screamin' Green #74FE82
Tints of Screamin' Green #74FE82
RGB
CMYK
RGB Variations
Color information
#74FE82 (or 0x74FE82) is known color: Screamin' Green. HEX triplet: 74, FE and 82. RGB value is (116,254,130). Sum of RGB (Red+Green+Blue) = 116+254+130=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FE82 is #8B017D. Grayscale: #C6C6C6. Windows color (decimal): -9109886 or 8584820. OLE color: 8584820.
HSL color Cylindrical-coordinate representation of color #74FE82: hue angle of 126.09º 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 #74FE82 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 130 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.00 |
| HSL | 126.09º | 0.99% | 0.73% | - |
| HSV(B) | 126.09º | 0.54% | 1% | - |
| XYZ | 46.67 | 76.21 | 33.37 | - |
| YUV | 198.6 | 89.28 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 130 | 0.54 | 0 | 0.49 | 0.00 | 126.09 | 0.99 | 0.73 |
| Hex | 74 | FE | 82 | 36 | 0 | 31 | 0 | 7E | 63 | 49 |
| Octal | 164 | 376 | 202 | 66 | 0 | 61 | 0 | 176 | 143 | 111 |
| Binary | 1110100 | 11111110 | 10000010 | 110110 | 0 | 110001 | 0 | 1111110 | 1100011 | 1001001 |
Color Harmonies of #74FE82
Complementary color
Monochromatic Colors of #74FE82
Black with #74FE82
Text Example
Text Example
White with #74FE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE82; }
p { color: rgb(116,254,130); }
H1.HeaderClassName
{
color: #74FE82;
}
.AnyTagClassName
{
color: #74FE82;
}
</style>
background-color css
<style>
a { background-color: #74FE82; }
a { background-color: rgb(116,254,130); }
div.DivClassName
{
background-color: #74FE82;
}
.BgClassName
{
background-color: #74FE82;
}
</style>
border-color css
<style>
span { border-color: #74FE82; }
span { border-color: rgb(116,254,130); }
td.TdClassName
{
border-color: #74FE82;
}
.TagClassName
{
border-color: #74FE82;
}
</style>