Shades of Screamin' Green #74FB80
Tints of Screamin' Green #74FB80
RGB
CMYK
RGB Variations
Color information
#74FB80 (or 0x74FB80) is known color: Screamin' Green. HEX triplet: 74, FB and 80. RGB value is (116,251,128). Sum of RGB (Red+Green+Blue) = 116+251+128=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FB80 is #8B047F. Grayscale: #C4C4C4. Windows color (decimal): -9110656 or 8452980. OLE color: 8452980.
HSL color Cylindrical-coordinate representation of color #74FB80: hue angle of 125.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FB80 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 128 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.02 |
| HSL | 125.33º | 0.94% | 0.72% | - |
| HSV(B) | 125.33º | 0.54% | 0.98% | - |
| XYZ | 45.6 | 74.27 | 32.35 | - |
| YUV | 196.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 128 | 0.54 | 0 | 0.49 | 0.02 | 125.33 | 0.94 | 0.72 |
| Hex | 74 | FB | 80 | 36 | 0 | 31 | 2 | 7D | 5E | 48 |
| Octal | 164 | 373 | 200 | 66 | 0 | 61 | 2 | 175 | 136 | 110 |
| Binary | 1110100 | 11111011 | 10000000 | 110110 | 0 | 110001 | 10 | 1111101 | 1011110 | 1001000 |
Color Harmonies of #74FB80
Complementary color
Monochromatic Colors of #74FB80
Black with #74FB80
Text Example
Text Example
White with #74FB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB80; }
p { color: rgb(116,251,128); }
H1.HeaderClassName
{
color: #74FB80;
}
.AnyTagClassName
{
color: #74FB80;
}
</style>
background-color css
<style>
a { background-color: #74FB80; }
a { background-color: rgb(116,251,128); }
div.DivClassName
{
background-color: #74FB80;
}
.BgClassName
{
background-color: #74FB80;
}
</style>
border-color css
<style>
span { border-color: #74FB80; }
span { border-color: rgb(116,251,128); }
td.TdClassName
{
border-color: #74FB80;
}
.TagClassName
{
border-color: #74FB80;
}
</style>