Shades of Screamin' Green #74F85A
Tints of Screamin' Green #74F85A
RGB
CMYK
RGB Variations
Color information
#74F85A (or 0x74F85A) is known color: Screamin' Green. HEX triplet: 74, F8 and 5A. RGB value is (116,248,90). Sum of RGB (Red+Green+Blue) = 116+248+90=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #74F85A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F85A is #8B07A5. Grayscale: #BFBFBF. Windows color (decimal): -9111462 or 5961844. OLE color: 5961844.
HSL color Cylindrical-coordinate representation of color #74F85A: hue angle of 110.13º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74F85A is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 90 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.03 |
| HSL | 110.13º | 0.92% | 0.66% | - |
| HSV(B) | 110.13º | 0.64% | 0.97% | - |
| XYZ | 42.62 | 71.59 | 21.24 | - |
| YUV | 190.52 | 71.27 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 90 | 0.53 | 0 | 0.64 | 0.03 | 110.13 | 0.92 | 0.66 |
| Hex | 74 | F8 | 5A | 35 | 0 | 40 | 3 | 6E | 5C | 42 |
| Octal | 164 | 370 | 132 | 65 | 0 | 100 | 3 | 156 | 134 | 102 |
| Binary | 1110100 | 11111000 | 1011010 | 110101 | 0 | 1000000 | 11 | 1101110 | 1011100 | 1000010 |
Color Harmonies of #74F85A
Complementary color
Monochromatic Colors of #74F85A
Black with #74F85A
Text Example
Text Example
White with #74F85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F85A; }
p { color: rgb(116,248,90); }
H1.HeaderClassName
{
color: #74F85A;
}
.AnyTagClassName
{
color: #74F85A;
}
</style>
background-color css
<style>
a { background-color: #74F85A; }
a { background-color: rgb(116,248,90); }
div.DivClassName
{
background-color: #74F85A;
}
.BgClassName
{
background-color: #74F85A;
}
</style>
border-color css
<style>
span { border-color: #74F85A; }
span { border-color: rgb(116,248,90); }
td.TdClassName
{
border-color: #74F85A;
}
.TagClassName
{
border-color: #74F85A;
}
</style>