Shades of Screamin' Green #74F15A
Tints of Screamin' Green #74F15A
RGB
CMYK
RGB Variations
Color information
#74F15A (or 0x74F15A) is known color: Screamin' Green. HEX triplet: 74, F1 and 5A. RGB value is (116,241,90). Sum of RGB (Red+Green+Blue) = 116+241+90=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 241 (94.53% from 255 or 53.91% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 241 - color contains mainly: green. Hex color #74F15A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F15A is #8B0EA5. Grayscale: #BABABA. Windows color (decimal): -9113254 or 5960052. OLE color: 5960052.
HSL color Cylindrical-coordinate representation of color #74F15A: hue angle of 109.67º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74F15A is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 90 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.05 |
| HSL | 109.67º | 0.84% | 0.65% | - |
| HSV(B) | 109.67º | 0.63% | 0.95% | - |
| XYZ | 40.5 | 67.36 | 20.54 | - |
| YUV | 186.41 | 73.59 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 90 | 0.52 | 0 | 0.63 | 0.05 | 109.67 | 0.84 | 0.65 |
| Hex | 74 | F1 | 5A | 34 | 0 | 3F | 5 | 6E | 54 | 41 |
| Octal | 164 | 361 | 132 | 64 | 0 | 77 | 5 | 156 | 124 | 101 |
| Binary | 1110100 | 11110001 | 1011010 | 110100 | 0 | 111111 | 101 | 1101110 | 1010100 | 1000001 |
Color Harmonies of #74F15A
Complementary color
Monochromatic Colors of #74F15A
Black with #74F15A
Text Example
Text Example
White with #74F15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F15A; }
p { color: rgb(116,241,90); }
H1.HeaderClassName
{
color: #74F15A;
}
.AnyTagClassName
{
color: #74F15A;
}
</style>
background-color css
<style>
a { background-color: #74F15A; }
a { background-color: rgb(116,241,90); }
div.DivClassName
{
background-color: #74F15A;
}
.BgClassName
{
background-color: #74F15A;
}
</style>
border-color css
<style>
span { border-color: #74F15A; }
span { border-color: rgb(116,241,90); }
td.TdClassName
{
border-color: #74F15A;
}
.TagClassName
{
border-color: #74F15A;
}
</style>