Shades of Screamin' Green #74F144
Tints of Screamin' Green #74F144
RGB
CMYK
RGB Variations
Color information
#74F144 (or 0x74F144) is known color: Screamin' Green. HEX triplet: 74, F1 and 44. RGB value is (116,241,68). Sum of RGB (Red+Green+Blue) = 116+241+68=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 68 (26.95% from 255 or 16% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #74F144 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F144 is #8B0EBB. Grayscale: #B8B8B8. Windows color (decimal): -9113276 or 4518260. OLE color: 4518260.
HSL color Cylindrical-coordinate representation of color #74F144: hue angle of 103.35º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74F144 is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 68 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.05 |
| HSL | 103.35º | 0.86% | 0.61% | - |
| HSV(B) | 103.35º | 0.72% | 0.95% | - |
| XYZ | 39.7 | 67.04 | 16.32 | - |
| YUV | 183.9 | 62.59 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 68 | 0.52 | 0 | 0.72 | 0.05 | 103.35 | 0.86 | 0.61 |
| Hex | 74 | F1 | 44 | 34 | 0 | 48 | 5 | 67 | 56 | 3D |
| Octal | 164 | 361 | 104 | 64 | 0 | 110 | 5 | 147 | 126 | 75 |
| Binary | 1110100 | 11110001 | 1000100 | 110100 | 0 | 1001000 | 101 | 1100111 | 1010110 | 111101 |
Color Harmonies of #74F144
Complementary color
Monochromatic Colors of #74F144
Black with #74F144
Text Example
Text Example
White with #74F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F144; }
p { color: rgb(116,241,68); }
H1.HeaderClassName
{
color: #74F144;
}
.AnyTagClassName
{
color: #74F144;
}
</style>
background-color css
<style>
a { background-color: #74F144; }
a { background-color: rgb(116,241,68); }
div.DivClassName
{
background-color: #74F144;
}
.BgClassName
{
background-color: #74F144;
}
</style>
border-color css
<style>
span { border-color: #74F144; }
span { border-color: rgb(116,241,68); }
td.TdClassName
{
border-color: #74F144;
}
.TagClassName
{
border-color: #74F144;
}
</style>