Shades of Screamin' Green #74F54C
Tints of Screamin' Green #74F54C
RGB
CMYK
RGB Variations
Color information
#74F54C (or 0x74F54C) is known color: Screamin' Green. HEX triplet: 74, F5 and 4C. RGB value is (116,245,76). Sum of RGB (Red+Green+Blue) = 116+245+76=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #74F54C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F54C is #8B0AB3. Grayscale: #BBBBBB. Windows color (decimal): -9112244 or 5043572. OLE color: 5043572.
HSL color Cylindrical-coordinate representation of color #74F54C: hue angle of 105.8º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74F54C is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 245 | 76 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.04 |
| HSL | 105.8º | 0.89% | 0.63% | - |
| HSV(B) | 105.8º | 0.69% | 0.96% | - |
| XYZ | 41.16 | 69.54 | 18.09 | - |
| YUV | 187.16 | 65.26 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 245 | 76 | 0.53 | 0 | 0.69 | 0.04 | 105.8 | 0.89 | 0.63 |
| Hex | 74 | F5 | 4C | 35 | 0 | 45 | 4 | 6A | 59 | 3F |
| Octal | 164 | 365 | 114 | 65 | 0 | 105 | 4 | 152 | 131 | 77 |
| Binary | 1110100 | 11110101 | 1001100 | 110101 | 0 | 1000101 | 100 | 1101010 | 1011001 | 111111 |
Color Harmonies of #74F54C
Complementary color
Monochromatic Colors of #74F54C
Black with #74F54C
Text Example
Text Example
White with #74F54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F54C; }
p { color: rgb(116,245,76); }
H1.HeaderClassName
{
color: #74F54C;
}
.AnyTagClassName
{
color: #74F54C;
}
</style>
background-color css
<style>
a { background-color: #74F54C; }
a { background-color: rgb(116,245,76); }
div.DivClassName
{
background-color: #74F54C;
}
.BgClassName
{
background-color: #74F54C;
}
</style>
border-color css
<style>
span { border-color: #74F54C; }
span { border-color: rgb(116,245,76); }
td.TdClassName
{
border-color: #74F54C;
}
.TagClassName
{
border-color: #74F54C;
}
</style>