Shades of Screamin' Green #74F268
Tints of Screamin' Green #74F268
RGB
CMYK
RGB Variations
Color information
#74F268 (or 0x74F268) is known color: Screamin' Green. HEX triplet: 74, F2 and 68. RGB value is (116,242,104). Sum of RGB (Red+Green+Blue) = 116+242+104=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #74F268 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F268 is #8B0D97. Grayscale: #BDBDBD. Windows color (decimal): -9112984 or 6877812. OLE color: 6877812.
HSL color Cylindrical-coordinate representation of color #74F268: hue angle of 114.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74F268 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 104 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.05 |
| HSL | 114.78º | 0.84% | 0.68% | - |
| HSV(B) | 114.78º | 0.57% | 0.95% | - |
| XYZ | 41.45 | 68.22 | 24.08 | - |
| YUV | 188.59 | 80.26 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 104 | 0.52 | 0 | 0.57 | 0.05 | 114.78 | 0.84 | 0.68 |
| Hex | 74 | F2 | 68 | 34 | 0 | 39 | 5 | 73 | 54 | 44 |
| Octal | 164 | 362 | 150 | 64 | 0 | 71 | 5 | 163 | 124 | 104 |
| Binary | 1110100 | 11110010 | 1101000 | 110100 | 0 | 111001 | 101 | 1110011 | 1010100 | 1000100 |
Color Harmonies of #74F268
Complementary color
Monochromatic Colors of #74F268
Black with #74F268
Text Example
Text Example
White with #74F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F268; }
p { color: rgb(116,242,104); }
H1.HeaderClassName
{
color: #74F268;
}
.AnyTagClassName
{
color: #74F268;
}
</style>
background-color css
<style>
a { background-color: #74F268; }
a { background-color: rgb(116,242,104); }
div.DivClassName
{
background-color: #74F268;
}
.BgClassName
{
background-color: #74F268;
}
</style>
border-color css
<style>
span { border-color: #74F268; }
span { border-color: rgb(116,242,104); }
td.TdClassName
{
border-color: #74F268;
}
.TagClassName
{
border-color: #74F268;
}
</style>