Shades of Screamin' Green #74FF37
Tints of Screamin' Green #74FF37
RGB
CMYK
RGB Variations
Color information
#74FF37 (or 0x74FF37) is known color: Screamin' Green. HEX triplet: 74, FF and 37. RGB value is (116,255,55). Sum of RGB (Red+Green+Blue) = 116+255+55=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 255 (100% from 255 or 59.86% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF37 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74FF37 is #8B00C8. Grayscale: #BFBFBF. Windows color (decimal): -9109705 or 3669876. OLE color: 3669876.
HSL color Cylindrical-coordinate representation of color #74FF37: hue angle of 101.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74FF37 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 55 | - |
| CMYK | 0.55 | 0 | 0.78 | 0 |
| HSL | 101.7º | 1% | 0.61% | - |
| HSV(B) | 101.7º | 0.78% | 1% | - |
| XYZ | 43.65 | 75.51 | 15.89 | - |
| YUV | 190.64 | 51.45 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 55 | 0.55 | 0 | 0.78 | 0 | 101.7 | 1 | 0.61 |
| Hex | 74 | FF | 37 | 37 | 0 | 4E | 0 | 66 | 64 | 3D |
| Octal | 164 | 377 | 67 | 67 | 0 | 116 | 0 | 146 | 144 | 75 |
| Binary | 1110100 | 11111111 | 110111 | 110111 | 0 | 1001110 | 0 | 1100110 | 1100100 | 111101 |
Color Harmonies of #74FF37
Complementary color
Monochromatic Colors of #74FF37
Black with #74FF37
Text Example
Text Example
White with #74FF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF37; }
p { color: rgb(116,255,55); }
H1.HeaderClassName
{
color: #74FF37;
}
.AnyTagClassName
{
color: #74FF37;
}
</style>
background-color css
<style>
a { background-color: #74FF37; }
a { background-color: rgb(116,255,55); }
div.DivClassName
{
background-color: #74FF37;
}
.BgClassName
{
background-color: #74FF37;
}
</style>
border-color css
<style>
span { border-color: #74FF37; }
span { border-color: rgb(116,255,55); }
td.TdClassName
{
border-color: #74FF37;
}
.TagClassName
{
border-color: #74FF37;
}
</style>