Shades of Screamin' Green #74F73F
Tints of Screamin' Green #74F73F
RGB
CMYK
RGB Variations
Color information
#74F73F (or 0x74F73F) is known color: Screamin' Green. HEX triplet: 74, F7 and 3F. RGB value is (116,247,63). Sum of RGB (Red+Green+Blue) = 116+247+63=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #74F73F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F73F is #8B08C0. Grayscale: #BBBBBB. Windows color (decimal): -9111745 or 4192116. OLE color: 4192116.
HSL color Cylindrical-coordinate representation of color #74F73F: hue angle of 102.72º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74F73F is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 63 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.03 |
| HSL | 102.72º | 0.92% | 0.61% | - |
| HSV(B) | 102.72º | 0.74% | 0.97% | - |
| XYZ | 41.36 | 70.59 | 16.15 | - |
| YUV | 186.86 | 58.1 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 63 | 0.53 | 0 | 0.74 | 0.03 | 102.72 | 0.92 | 0.61 |
| Hex | 74 | F7 | 3F | 35 | 0 | 4A | 3 | 67 | 5C | 3D |
| Octal | 164 | 367 | 77 | 65 | 0 | 112 | 3 | 147 | 134 | 75 |
| Binary | 1110100 | 11110111 | 111111 | 110101 | 0 | 1001010 | 11 | 1100111 | 1011100 | 111101 |
Color Harmonies of #74F73F
Complementary color
Monochromatic Colors of #74F73F
Black with #74F73F
Text Example
Text Example
White with #74F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F73F; }
p { color: rgb(116,247,63); }
H1.HeaderClassName
{
color: #74F73F;
}
.AnyTagClassName
{
color: #74F73F;
}
</style>
background-color css
<style>
a { background-color: #74F73F; }
a { background-color: rgb(116,247,63); }
div.DivClassName
{
background-color: #74F73F;
}
.BgClassName
{
background-color: #74F73F;
}
</style>
border-color css
<style>
span { border-color: #74F73F; }
span { border-color: rgb(116,247,63); }
td.TdClassName
{
border-color: #74F73F;
}
.TagClassName
{
border-color: #74F73F;
}
</style>