Shades of Screamin' Green #74F366
Tints of Screamin' Green #74F366
RGB
CMYK
RGB Variations
Color information
#74F366 (or 0x74F366) is known color: Screamin' Green. HEX triplet: 74, F3 and 66. RGB value is (116,243,102). Sum of RGB (Red+Green+Blue) = 116+243+102=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 243 (95.31% from 255 or 52.71% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 243 - color contains mainly: green. Hex color #74F366 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F366 is #8B0C99. Grayscale: #BDBDBD. Windows color (decimal): -9112730 or 6746996. OLE color: 6746996.
HSL color Cylindrical-coordinate representation of color #74F366: hue angle of 114.04º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74F366 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 102 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.05 |
| HSL | 114.04º | 0.85% | 0.68% | - |
| HSV(B) | 114.04º | 0.58% | 0.95% | - |
| XYZ | 41.65 | 68.77 | 23.65 | - |
| YUV | 188.95 | 78.92 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 102 | 0.52 | 0 | 0.58 | 0.05 | 114.04 | 0.85 | 0.68 |
| Hex | 74 | F3 | 66 | 34 | 0 | 3A | 5 | 72 | 55 | 44 |
| Octal | 164 | 363 | 146 | 64 | 0 | 72 | 5 | 162 | 125 | 104 |
| Binary | 1110100 | 11110011 | 1100110 | 110100 | 0 | 111010 | 101 | 1110010 | 1010101 | 1000100 |
Color Harmonies of #74F366
Complementary color
Monochromatic Colors of #74F366
Black with #74F366
Text Example
Text Example
White with #74F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F366; }
p { color: rgb(116,243,102); }
H1.HeaderClassName
{
color: #74F366;
}
.AnyTagClassName
{
color: #74F366;
}
</style>
background-color css
<style>
a { background-color: #74F366; }
a { background-color: rgb(116,243,102); }
div.DivClassName
{
background-color: #74F366;
}
.BgClassName
{
background-color: #74F366;
}
</style>
border-color css
<style>
span { border-color: #74F366; }
span { border-color: rgb(116,243,102); }
td.TdClassName
{
border-color: #74F366;
}
.TagClassName
{
border-color: #74F366;
}
</style>