Shades of Screamin' Green #74FE70
Tints of Screamin' Green #74FE70
RGB
CMYK
RGB Variations
Color information
#74FE70 (or 0x74FE70) is known color: Screamin' Green. HEX triplet: 74, FE and 70. RGB value is (116,254,112). Sum of RGB (Red+Green+Blue) = 116+254+112=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #74FE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FE70 is #8B018F. Grayscale: #C4C4C4. Windows color (decimal): -9109904 or 7405172. OLE color: 7405172.
HSL color Cylindrical-coordinate representation of color #74FE70: hue angle of 118.31º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74FE70 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 112 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.00 |
| HSL | 118.31º | 0.99% | 0.72% | - |
| HSV(B) | 118.31º | 0.56% | 1% | - |
| XYZ | 45.57 | 75.77 | 27.55 | - |
| YUV | 196.55 | 80.28 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 112 | 0.54 | 0 | 0.56 | 0.00 | 118.31 | 0.99 | 0.72 |
| Hex | 74 | FE | 70 | 36 | 0 | 38 | 0 | 76 | 63 | 48 |
| Octal | 164 | 376 | 160 | 66 | 0 | 70 | 0 | 166 | 143 | 110 |
| Binary | 1110100 | 11111110 | 1110000 | 110110 | 0 | 111000 | 0 | 1110110 | 1100011 | 1001000 |
Color Harmonies of #74FE70
Complementary color
Monochromatic Colors of #74FE70
Black with #74FE70
Text Example
Text Example
White with #74FE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FE70; }
p { color: rgb(116,254,112); }
H1.HeaderClassName
{
color: #74FE70;
}
.AnyTagClassName
{
color: #74FE70;
}
</style>
background-color css
<style>
a { background-color: #74FE70; }
a { background-color: rgb(116,254,112); }
div.DivClassName
{
background-color: #74FE70;
}
.BgClassName
{
background-color: #74FE70;
}
</style>
border-color css
<style>
span { border-color: #74FE70; }
span { border-color: rgb(116,254,112); }
td.TdClassName
{
border-color: #74FE70;
}
.TagClassName
{
border-color: #74FE70;
}
</style>