Shades of Screamin' Green #74FE74
Tints of Screamin' Green #74FE74
RGB
CMYK
RGB Variations
Color information
#74FE74 (or 0x74FE74) is known color: Screamin' Green. HEX triplet: 74, FE and 74. RGB value is (116,254,116). Sum of RGB (Red+Green+Blue) = 116+254+116=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FE74 is #8B018B. Grayscale: #C5C5C5. Windows color (decimal): -9109900 or 7667316. OLE color: 7667316.
HSL color Cylindrical-coordinate representation of color #74FE74: hue angle of 120º 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 #74FE74 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 116 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.00 |
| HSL | 120º | 0.99% | 0.73% | - |
| HSV(B) | 120º | 0.54% | 1% | - |
| XYZ | 45.8 | 75.86 | 28.75 | - |
| YUV | 197.01 | 82.28 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 116 | 0.54 | 0 | 0.54 | 0.00 | 120 | 0.99 | 0.73 |
| Hex | 74 | FE | 74 | 36 | 0 | 36 | 0 | 78 | 63 | 49 |
| Octal | 164 | 376 | 164 | 66 | 0 | 66 | 0 | 170 | 143 | 111 |
| Binary | 1110100 | 11111110 | 1110100 | 110110 | 0 | 110110 | 0 | 1111000 | 1100011 | 1001001 |
Color Harmonies of #74FE74
Complementary color
Monochromatic Colors of #74FE74
Black with #74FE74
Text Example
Text Example
White with #74FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE74; }
p { color: rgb(116,254,116); }
H1.HeaderClassName
{
color: #74FE74;
}
.AnyTagClassName
{
color: #74FE74;
}
</style>
background-color css
<style>
a { background-color: #74FE74; }
a { background-color: rgb(116,254,116); }
div.DivClassName
{
background-color: #74FE74;
}
.BgClassName
{
background-color: #74FE74;
}
</style>
border-color css
<style>
span { border-color: #74FE74; }
span { border-color: rgb(116,254,116); }
td.TdClassName
{
border-color: #74FE74;
}
.TagClassName
{
border-color: #74FE74;
}
</style>