Shades of Screamin' Green #7DFC6C
Tints of Screamin' Green #7DFC6C
RGB
CMYK
RGB Variations
Color information
#7DFC6C (or 0x7DFC6C) is known color: Screamin' Green. HEX triplet: 7D, FC and 6C. RGB value is (125,252,108). Sum of RGB (Red+Green+Blue) = 125+252+108=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFC6C is #820393. Grayscale: #C6C6C6. Windows color (decimal): -8520596 or 7142525. OLE color: 7142525.
HSL color Cylindrical-coordinate representation of color #7DFC6C: hue angle of 112.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DFC6C is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 108 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.01 |
| HSL | 112.92º | 0.96% | 0.71% | - |
| HSV(B) | 112.92º | 0.57% | 0.99% | - |
| XYZ | 45.97 | 75.06 | 26.25 | - |
| YUV | 197.61 | 77.42 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 108 | 0.50 | 0 | 0.57 | 0.01 | 112.92 | 0.96 | 0.71 |
| Hex | 7D | FC | 6C | 32 | 0 | 39 | 1 | 71 | 60 | 47 |
| Octal | 175 | 374 | 154 | 62 | 0 | 71 | 1 | 161 | 140 | 107 |
| Binary | 1111101 | 11111100 | 1101100 | 110010 | 0 | 111001 | 1 | 1110001 | 1100000 | 1000111 |
Color Harmonies of #7DFC6C
Complementary color
Monochromatic Colors of #7DFC6C
Black with #7DFC6C
Text Example
Text Example
White with #7DFC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC6C; }
p { color: rgb(125,252,108); }
H1.HeaderClassName
{
color: #7DFC6C;
}
.AnyTagClassName
{
color: #7DFC6C;
}
</style>
background-color css
<style>
a { background-color: #7DFC6C; }
a { background-color: rgb(125,252,108); }
div.DivClassName
{
background-color: #7DFC6C;
}
.BgClassName
{
background-color: #7DFC6C;
}
</style>
border-color css
<style>
span { border-color: #7DFC6C; }
span { border-color: rgb(125,252,108); }
td.TdClassName
{
border-color: #7DFC6C;
}
.TagClassName
{
border-color: #7DFC6C;
}
</style>