Shades of Screamin' Green #7CFF75
Tints of Screamin' Green #7CFF75
RGB
CMYK
RGB Variations
Color information
#7CFF75 (or 0x7CFF75) is known color: Screamin' Green. HEX triplet: 7C, FF and 75. RGB value is (124,255,117). Sum of RGB (Red+Green+Blue) = 124+255+117=496 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFF75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CFF75 is #83008A. Grayscale: #C8C8C8. Windows color (decimal): -8585355 or 7733116. OLE color: 7733116.
HSL color Cylindrical-coordinate representation of color #7CFF75: hue angle of 116.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CFF75 is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 117 | - |
| CMYK | 0.51 | 0 | 0.54 | 0 |
| HSL | 116.96º | 1% | 0.73% | - |
| HSV(B) | 116.96º | 0.54% | 1% | - |
| XYZ | 47.28 | 77.09 | 29.22 | - |
| YUV | 200.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 117 | 0.51 | 0 | 0.54 | 0 | 116.96 | 1 | 0.73 |
| Hex | 7C | FF | 75 | 33 | 0 | 36 | 0 | 75 | 64 | 49 |
| Octal | 174 | 377 | 165 | 63 | 0 | 66 | 0 | 165 | 144 | 111 |
| Binary | 1111100 | 11111111 | 1110101 | 110011 | 0 | 110110 | 0 | 1110101 | 1100100 | 1001001 |
Color Harmonies of #7CFF75
Complementary color
Monochromatic Colors of #7CFF75
Black with #7CFF75
Text Example
Text Example
White with #7CFF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFF75; }
p { color: rgb(124,255,117); }
H1.HeaderClassName
{
color: #7CFF75;
}
.AnyTagClassName
{
color: #7CFF75;
}
</style>
background-color css
<style>
a { background-color: #7CFF75; }
a { background-color: rgb(124,255,117); }
div.DivClassName
{
background-color: #7CFF75;
}
.BgClassName
{
background-color: #7CFF75;
}
</style>
border-color css
<style>
span { border-color: #7CFF75; }
span { border-color: rgb(124,255,117); }
td.TdClassName
{
border-color: #7CFF75;
}
.TagClassName
{
border-color: #7CFF75;
}
</style>