Shades of Screamin' Green #74F348
Tints of Screamin' Green #74F348
RGB
CMYK
RGB Variations
Color information
#74F348 (or 0x74F348) is known color: Screamin' Green. HEX triplet: 74, F3 and 48. RGB value is (116,243,72). Sum of RGB (Red+Green+Blue) = 116+243+72=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #74F348 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F348 is #8B0CB7. Grayscale: #BABABA. Windows color (decimal): -9112760 or 4780916. OLE color: 4780916.
HSL color Cylindrical-coordinate representation of color #74F348: hue angle of 104.56º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74F348 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 72 | - |
| CMYK | 0.52 | 0 | 0.70 | 0.05 |
| HSL | 104.56º | 0.88% | 0.62% | - |
| HSV(B) | 104.56º | 0.7% | 0.95% | - |
| XYZ | 40.42 | 68.28 | 17.18 | - |
| YUV | 185.53 | 63.92 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 72 | 0.52 | 0 | 0.70 | 0.05 | 104.56 | 0.88 | 0.62 |
| Hex | 74 | F3 | 48 | 34 | 0 | 46 | 5 | 69 | 58 | 3E |
| Octal | 164 | 363 | 110 | 64 | 0 | 106 | 5 | 151 | 130 | 76 |
| Binary | 1110100 | 11110011 | 1001000 | 110100 | 0 | 1000110 | 101 | 1101001 | 1011000 | 111110 |
Color Harmonies of #74F348
Complementary color
Monochromatic Colors of #74F348
Black with #74F348
Text Example
Text Example
White with #74F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F348; }
p { color: rgb(116,243,72); }
H1.HeaderClassName
{
color: #74F348;
}
.AnyTagClassName
{
color: #74F348;
}
</style>
background-color css
<style>
a { background-color: #74F348; }
a { background-color: rgb(116,243,72); }
div.DivClassName
{
background-color: #74F348;
}
.BgClassName
{
background-color: #74F348;
}
</style>
border-color css
<style>
span { border-color: #74F348; }
span { border-color: rgb(116,243,72); }
td.TdClassName
{
border-color: #74F348;
}
.TagClassName
{
border-color: #74F348;
}
</style>