Shades of Screamin' Green #74F262
Tints of Screamin' Green #74F262
RGB
CMYK
RGB Variations
Color information
#74F262 (or 0x74F262) is known color: Screamin' Green. HEX triplet: 74, F2 and 62. RGB value is (116,242,98). Sum of RGB (Red+Green+Blue) = 116+242+98=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #74F262 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F262 is #8B0D9D. Grayscale: #BCBCBC. Windows color (decimal): -9112990 or 6484596. OLE color: 6484596.
HSL color Cylindrical-coordinate representation of color #74F262: hue angle of 112.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74F262 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 98 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.05 |
| HSL | 112.5º | 0.85% | 0.67% | - |
| HSV(B) | 112.5º | 0.6% | 0.95% | - |
| XYZ | 41.16 | 68.1 | 22.53 | - |
| YUV | 187.91 | 77.26 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 98 | 0.52 | 0 | 0.60 | 0.05 | 112.5 | 0.85 | 0.67 |
| Hex | 74 | F2 | 62 | 34 | 0 | 3C | 5 | 70 | 55 | 43 |
| Octal | 164 | 362 | 142 | 64 | 0 | 74 | 5 | 160 | 125 | 103 |
| Binary | 1110100 | 11110010 | 1100010 | 110100 | 0 | 111100 | 101 | 1110000 | 1010101 | 1000011 |
Color Harmonies of #74F262
Complementary color
Monochromatic Colors of #74F262
Black with #74F262
Text Example
Text Example
White with #74F262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F262; }
p { color: rgb(116,242,98); }
H1.HeaderClassName
{
color: #74F262;
}
.AnyTagClassName
{
color: #74F262;
}
</style>
background-color css
<style>
a { background-color: #74F262; }
a { background-color: rgb(116,242,98); }
div.DivClassName
{
background-color: #74F262;
}
.BgClassName
{
background-color: #74F262;
}
</style>
border-color css
<style>
span { border-color: #74F262; }
span { border-color: rgb(116,242,98); }
td.TdClassName
{
border-color: #74F262;
}
.TagClassName
{
border-color: #74F262;
}
</style>