Shades of Screamin' Green #74F168
Tints of Screamin' Green #74F168
RGB
CMYK
RGB Variations
Color information
#74F168 (or 0x74F168) is known color: Screamin' Green. HEX triplet: 74, F1 and 68. RGB value is (116,241,104). Sum of RGB (Red+Green+Blue) = 116+241+104=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #74F168 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F168 is #8B0E97. Grayscale: #BCBCBC. Windows color (decimal): -9113240 or 6877556. OLE color: 6877556.
HSL color Cylindrical-coordinate representation of color #74F168: hue angle of 114.74º degrees, saturation: 0.83, 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 #74F168 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 104 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.05 |
| HSL | 114.74º | 0.83% | 0.68% | - |
| HSV(B) | 114.74º | 0.57% | 0.95% | - |
| XYZ | 41.16 | 67.62 | 23.98 | - |
| YUV | 188.01 | 80.59 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 104 | 0.52 | 0 | 0.57 | 0.05 | 114.74 | 0.83 | 0.68 |
| Hex | 74 | F1 | 68 | 34 | 0 | 39 | 5 | 73 | 53 | 44 |
| Octal | 164 | 361 | 150 | 64 | 0 | 71 | 5 | 163 | 123 | 104 |
| Binary | 1110100 | 11110001 | 1101000 | 110100 | 0 | 111001 | 101 | 1110011 | 1010011 | 1000100 |
Color Harmonies of #74F168
Complementary color
Monochromatic Colors of #74F168
Black with #74F168
Text Example
Text Example
White with #74F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F168; }
p { color: rgb(116,241,104); }
H1.HeaderClassName
{
color: #74F168;
}
.AnyTagClassName
{
color: #74F168;
}
</style>
background-color css
<style>
a { background-color: #74F168; }
a { background-color: rgb(116,241,104); }
div.DivClassName
{
background-color: #74F168;
}
.BgClassName
{
background-color: #74F168;
}
</style>
border-color css
<style>
span { border-color: #74F168; }
span { border-color: rgb(116,241,104); }
td.TdClassName
{
border-color: #74F168;
}
.TagClassName
{
border-color: #74F168;
}
</style>