Shades of Screamin' Green #74F066
Tints of Screamin' Green #74F066
RGB
CMYK
RGB Variations
Color information
#74F066 (or 0x74F066) is known color: Screamin' Green. HEX triplet: 74, F0 and 66. RGB value is (116,240,102). Sum of RGB (Red+Green+Blue) = 116+240+102=458 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.33% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #74F066 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F066 is #8B0F99. Grayscale: #BBBBBB. Windows color (decimal): -9113498 or 6746228. OLE color: 6746228.
HSL color Cylindrical-coordinate representation of color #74F066: hue angle of 113.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74F066 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 102 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.06 |
| HSL | 113.91º | 0.82% | 0.67% | - |
| HSV(B) | 113.91º | 0.58% | 0.94% | - |
| XYZ | 40.76 | 66.99 | 23.35 | - |
| YUV | 187.19 | 79.92 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 102 | 0.52 | 0 | 0.58 | 0.06 | 113.91 | 0.82 | 0.67 |
| Hex | 74 | F0 | 66 | 34 | 0 | 3A | 6 | 72 | 52 | 43 |
| Octal | 164 | 360 | 146 | 64 | 0 | 72 | 6 | 162 | 122 | 103 |
| Binary | 1110100 | 11110000 | 1100110 | 110100 | 0 | 111010 | 110 | 1110010 | 1010010 | 1000011 |
Color Harmonies of #74F066
Complementary color
Monochromatic Colors of #74F066
Black with #74F066
Text Example
Text Example
White with #74F066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F066; }
p { color: rgb(116,240,102); }
H1.HeaderClassName
{
color: #74F066;
}
.AnyTagClassName
{
color: #74F066;
}
</style>
background-color css
<style>
a { background-color: #74F066; }
a { background-color: rgb(116,240,102); }
div.DivClassName
{
background-color: #74F066;
}
.BgClassName
{
background-color: #74F066;
}
</style>
border-color css
<style>
span { border-color: #74F066; }
span { border-color: rgb(116,240,102); }
td.TdClassName
{
border-color: #74F066;
}
.TagClassName
{
border-color: #74F066;
}
</style>