Shades of Screamin' Green #74F270
Tints of Screamin' Green #74F270
RGB
CMYK
RGB Variations
Color information
#74F270 (or 0x74F270) is known color: Screamin' Green. HEX triplet: 74, F2 and 70. RGB value is (116,242,112). Sum of RGB (Red+Green+Blue) = 116+242+112=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #74F270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F270 is #8B0D8F. Grayscale: #BDBDBD. Windows color (decimal): -9112976 or 7402100. OLE color: 7402100.
HSL color Cylindrical-coordinate representation of color #74F270: hue angle of 118.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74F270 is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 112 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.05 |
| HSL | 118.15º | 0.83% | 0.69% | - |
| HSV(B) | 118.15º | 0.54% | 0.95% | - |
| XYZ | 41.88 | 68.39 | 26.32 | - |
| YUV | 189.51 | 84.26 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 112 | 0.52 | 0 | 0.54 | 0.05 | 118.15 | 0.83 | 0.69 |
| Hex | 74 | F2 | 70 | 34 | 0 | 36 | 5 | 76 | 53 | 45 |
| Octal | 164 | 362 | 160 | 64 | 0 | 66 | 5 | 166 | 123 | 105 |
| Binary | 1110100 | 11110010 | 1110000 | 110100 | 0 | 110110 | 101 | 1110110 | 1010011 | 1000101 |
Color Harmonies of #74F270
Complementary color
Monochromatic Colors of #74F270
Black with #74F270
Text Example
Text Example
White with #74F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F270; }
p { color: rgb(116,242,112); }
H1.HeaderClassName
{
color: #74F270;
}
.AnyTagClassName
{
color: #74F270;
}
</style>
background-color css
<style>
a { background-color: #74F270; }
a { background-color: rgb(116,242,112); }
div.DivClassName
{
background-color: #74F270;
}
.BgClassName
{
background-color: #74F270;
}
</style>
border-color css
<style>
span { border-color: #74F270; }
span { border-color: rgb(116,242,112); }
td.TdClassName
{
border-color: #74F270;
}
.TagClassName
{
border-color: #74F270;
}
</style>