Shades of Screamin' Green #74F138
Tints of Screamin' Green #74F138
RGB
CMYK
RGB Variations
Color information
#74F138 (or 0x74F138) is known color: Screamin' Green. HEX triplet: 74, F1 and 38. RGB value is (116,241,56). Sum of RGB (Red+Green+Blue) = 116+241+56=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #74F138 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F138 is #8B0EC7. Grayscale: #B7B7B7. Windows color (decimal): -9113288 or 3731828. OLE color: 3731828.
HSL color Cylindrical-coordinate representation of color #74F138: hue angle of 100.54º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74F138 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 56 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.05 |
| HSL | 100.54º | 0.87% | 0.58% | - |
| HSV(B) | 100.54º | 0.77% | 0.95% | - |
| XYZ | 39.37 | 66.91 | 14.58 | - |
| YUV | 182.54 | 56.59 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 56 | 0.52 | 0 | 0.77 | 0.05 | 100.54 | 0.87 | 0.58 |
| Hex | 74 | F1 | 38 | 34 | 0 | 4D | 5 | 65 | 57 | 3A |
| Octal | 164 | 361 | 70 | 64 | 0 | 115 | 5 | 145 | 127 | 72 |
| Binary | 1110100 | 11110001 | 111000 | 110100 | 0 | 1001101 | 101 | 1100101 | 1010111 | 111010 |
Color Harmonies of #74F138
Complementary color
Monochromatic Colors of #74F138
Black with #74F138
Text Example
Text Example
White with #74F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F138; }
p { color: rgb(116,241,56); }
H1.HeaderClassName
{
color: #74F138;
}
.AnyTagClassName
{
color: #74F138;
}
</style>
background-color css
<style>
a { background-color: #74F138; }
a { background-color: rgb(116,241,56); }
div.DivClassName
{
background-color: #74F138;
}
.BgClassName
{
background-color: #74F138;
}
</style>
border-color css
<style>
span { border-color: #74F138; }
span { border-color: rgb(116,241,56); }
td.TdClassName
{
border-color: #74F138;
}
.TagClassName
{
border-color: #74F138;
}
</style>