Shades of Screamin' Green #74F360
Tints of Screamin' Green #74F360
RGB
CMYK
RGB Variations
Color information
#74F360 (or 0x74F360) is known color: Screamin' Green. HEX triplet: 74, F3 and 60. RGB value is (116,243,96). Sum of RGB (Red+Green+Blue) = 116+243+96=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 96 (37.89% from 255 or 21.10% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #74F360 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F360 is #8B0C9F. Grayscale: #BCBCBC. Windows color (decimal): -9112736 or 6353780. OLE color: 6353780.
HSL color Cylindrical-coordinate representation of color #74F360: hue angle of 111.84º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74F360 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 96 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.05 |
| HSL | 111.84º | 0.86% | 0.66% | - |
| HSV(B) | 111.84º | 0.6% | 0.95% | - |
| XYZ | 41.36 | 68.66 | 22.14 | - |
| YUV | 188.27 | 75.92 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 96 | 0.52 | 0 | 0.60 | 0.05 | 111.84 | 0.86 | 0.66 |
| Hex | 74 | F3 | 60 | 34 | 0 | 3C | 5 | 70 | 56 | 42 |
| Octal | 164 | 363 | 140 | 64 | 0 | 74 | 5 | 160 | 126 | 102 |
| Binary | 1110100 | 11110011 | 1100000 | 110100 | 0 | 111100 | 101 | 1110000 | 1010110 | 1000010 |
Color Harmonies of #74F360
Complementary color
Monochromatic Colors of #74F360
Black with #74F360
Text Example
Text Example
White with #74F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F360; }
p { color: rgb(116,243,96); }
H1.HeaderClassName
{
color: #74F360;
}
.AnyTagClassName
{
color: #74F360;
}
</style>
background-color css
<style>
a { background-color: #74F360; }
a { background-color: rgb(116,243,96); }
div.DivClassName
{
background-color: #74F360;
}
.BgClassName
{
background-color: #74F360;
}
</style>
border-color css
<style>
span { border-color: #74F360; }
span { border-color: rgb(116,243,96); }
td.TdClassName
{
border-color: #74F360;
}
.TagClassName
{
border-color: #74F360;
}
</style>