Shades of Screamin' Green #74F542
Tints of Screamin' Green #74F542
RGB
CMYK
RGB Variations
Color information
#74F542 (or 0x74F542) is known color: Screamin' Green. HEX triplet: 74, F5 and 42. RGB value is (116,245,66). Sum of RGB (Red+Green+Blue) = 116+245+66=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 245 (96.09% from 255 or 57.38% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 245 - color contains mainly: green. Hex color #74F542 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F542 is #8B0ABD. Grayscale: #BABABA. Windows color (decimal): -9112254 or 4388212. OLE color: 4388212.
HSL color Cylindrical-coordinate representation of color #74F542: hue angle of 103.24º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74F542 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 66 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.04 |
| HSL | 103.24º | 0.9% | 0.61% | - |
| HSV(B) | 103.24º | 0.73% | 0.96% | - |
| XYZ | 40.84 | 69.41 | 16.4 | - |
| YUV | 186.02 | 60.26 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 66 | 0.53 | 0 | 0.73 | 0.04 | 103.24 | 0.9 | 0.61 |
| Hex | 74 | F5 | 42 | 35 | 0 | 49 | 4 | 67 | 5A | 3D |
| Octal | 164 | 365 | 102 | 65 | 0 | 111 | 4 | 147 | 132 | 75 |
| Binary | 1110100 | 11110101 | 1000010 | 110101 | 0 | 1001001 | 100 | 1100111 | 1011010 | 111101 |
Color Harmonies of #74F542
Complementary color
Monochromatic Colors of #74F542
Black with #74F542
Text Example
Text Example
White with #74F542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F542; }
p { color: rgb(116,245,66); }
H1.HeaderClassName
{
color: #74F542;
}
.AnyTagClassName
{
color: #74F542;
}
</style>
background-color css
<style>
a { background-color: #74F542; }
a { background-color: rgb(116,245,66); }
div.DivClassName
{
background-color: #74F542;
}
.BgClassName
{
background-color: #74F542;
}
</style>
border-color css
<style>
span { border-color: #74F542; }
span { border-color: rgb(116,245,66); }
td.TdClassName
{
border-color: #74F542;
}
.TagClassName
{
border-color: #74F542;
}
</style>