Shades of Screamin' Green #7CFF72
Tints of Screamin' Green #7CFF72
RGB
CMYK
RGB Variations
Color information
#7CFF72 (or 0x7CFF72) is known color: Screamin' Green. HEX triplet: 7C, FF and 72. RGB value is (124,255,114). Sum of RGB (Red+Green+Blue) = 124+255+114=493 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.15% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CFF72 is #83008D. Grayscale: #C8C8C8. Windows color (decimal): -8585358 or 7536508. OLE color: 7536508.
HSL color Cylindrical-coordinate representation of color #7CFF72: hue angle of 115.74º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CFF72 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 114 | - |
| CMYK | 0.51 | 0 | 0.55 | 0 |
| HSL | 115.74º | 1% | 0.72% | - |
| HSV(B) | 115.74º | 0.55% | 1% | - |
| XYZ | 47.11 | 77.02 | 28.3 | - |
| YUV | 199.76 | 79.6 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 114 | 0.51 | 0 | 0.55 | 0 | 115.74 | 1 | 0.72 |
| Hex | 7C | FF | 72 | 33 | 0 | 37 | 0 | 74 | 64 | 48 |
| Octal | 174 | 377 | 162 | 63 | 0 | 67 | 0 | 164 | 144 | 110 |
| Binary | 1111100 | 11111111 | 1110010 | 110011 | 0 | 110111 | 0 | 1110100 | 1100100 | 1001000 |
Color Harmonies of #7CFF72
Complementary color
Monochromatic Colors of #7CFF72
Black with #7CFF72
Text Example
Text Example
White with #7CFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFF72; }
p { color: rgb(124,255,114); }
H1.HeaderClassName
{
color: #7CFF72;
}
.AnyTagClassName
{
color: #7CFF72;
}
</style>
background-color css
<style>
a { background-color: #7CFF72; }
a { background-color: rgb(124,255,114); }
div.DivClassName
{
background-color: #7CFF72;
}
.BgClassName
{
background-color: #7CFF72;
}
</style>
border-color css
<style>
span { border-color: #7CFF72; }
span { border-color: rgb(124,255,114); }
td.TdClassName
{
border-color: #7CFF72;
}
.TagClassName
{
border-color: #7CFF72;
}
</style>