Shades of Screamin' Green #74F340
Tints of Screamin' Green #74F340
RGB
CMYK
RGB Variations
Color information
#74F340 (or 0x74F340) is known color: Screamin' Green. HEX triplet: 74, F3 and 40. RGB value is (116,243,64). Sum of RGB (Red+Green+Blue) = 116+243+64=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 243 (95.31% from 255 or 57.45% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 243 - color contains mainly: green. Hex color #74F340 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F340 is #8B0CBF. Grayscale: #B9B9B9. Windows color (decimal): -9112768 or 4256628. OLE color: 4256628.
HSL color Cylindrical-coordinate representation of color #74F340: hue angle of 102.57º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74F340 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 243 | 64 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.05 |
| HSL | 102.57º | 0.88% | 0.6% | - |
| HSV(B) | 102.57º | 0.74% | 0.95% | - |
| XYZ | 40.18 | 68.18 | 15.89 | - |
| YUV | 184.62 | 59.92 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 243 | 64 | 0.52 | 0 | 0.74 | 0.05 | 102.57 | 0.88 | 0.6 |
| Hex | 74 | F3 | 40 | 34 | 0 | 4A | 5 | 67 | 58 | 3C |
| Octal | 164 | 363 | 100 | 64 | 0 | 112 | 5 | 147 | 130 | 74 |
| Binary | 1110100 | 11110011 | 1000000 | 110100 | 0 | 1001010 | 101 | 1100111 | 1011000 | 111100 |
Color Harmonies of #74F340
Complementary color
Monochromatic Colors of #74F340
Black with #74F340
Text Example
Text Example
White with #74F340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F340; }
p { color: rgb(116,243,64); }
H1.HeaderClassName
{
color: #74F340;
}
.AnyTagClassName
{
color: #74F340;
}
</style>
background-color css
<style>
a { background-color: #74F340; }
a { background-color: rgb(116,243,64); }
div.DivClassName
{
background-color: #74F340;
}
.BgClassName
{
background-color: #74F340;
}
</style>
border-color css
<style>
span { border-color: #74F340; }
span { border-color: rgb(116,243,64); }
td.TdClassName
{
border-color: #74F340;
}
.TagClassName
{
border-color: #74F340;
}
</style>