Shades of Screamin' Green #74F86C
Tints of Screamin' Green #74F86C
RGB
CMYK
RGB Variations
Color information
#74F86C (or 0x74F86C) is known color: Screamin' Green. HEX triplet: 74, F8 and 6C. RGB value is (116,248,108). Sum of RGB (Red+Green+Blue) = 116+248+108=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #74F86C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F86C is #8B0793. Grayscale: #C1C1C1. Windows color (decimal): -9111444 or 7141492. OLE color: 7141492.
HSL color Cylindrical-coordinate representation of color #74F86C: hue angle of 116.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74F86C is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 108 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.03 |
| HSL | 116.57º | 0.91% | 0.7% | - |
| HSV(B) | 116.57º | 0.56% | 0.97% | - |
| XYZ | 43.48 | 71.93 | 25.78 | - |
| YUV | 192.57 | 80.27 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 108 | 0.53 | 0 | 0.56 | 0.03 | 116.57 | 0.91 | 0.7 |
| Hex | 74 | F8 | 6C | 35 | 0 | 38 | 3 | 75 | 5B | 46 |
| Octal | 164 | 370 | 154 | 65 | 0 | 70 | 3 | 165 | 133 | 106 |
| Binary | 1110100 | 11111000 | 1101100 | 110101 | 0 | 111000 | 11 | 1110101 | 1011011 | 1000110 |
Color Harmonies of #74F86C
Complementary color
Monochromatic Colors of #74F86C
Black with #74F86C
Text Example
Text Example
White with #74F86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F86C; }
p { color: rgb(116,248,108); }
H1.HeaderClassName
{
color: #74F86C;
}
.AnyTagClassName
{
color: #74F86C;
}
</style>
background-color css
<style>
a { background-color: #74F86C; }
a { background-color: rgb(116,248,108); }
div.DivClassName
{
background-color: #74F86C;
}
.BgClassName
{
background-color: #74F86C;
}
</style>
border-color css
<style>
span { border-color: #74F86C; }
span { border-color: rgb(116,248,108); }
td.TdClassName
{
border-color: #74F86C;
}
.TagClassName
{
border-color: #74F86C;
}
</style>