Shades of Screamin' Green #7DFF4C
Tints of Screamin' Green #7DFF4C
RGB
CMYK
RGB Variations
Color information
#7DFF4C (or 0x7DFF4C) is known color: Screamin' Green. HEX triplet: 7D, FF and 4C. RGB value is (125,255,76). Sum of RGB (Red+Green+Blue) = 125+255+76=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF4C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF4C is #8200B3. Grayscale: #C4C4C4. Windows color (decimal): -8519860 or 5046141. OLE color: 5046141.
HSL color Cylindrical-coordinate representation of color #7DFF4C: hue angle of 103.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DFF4C is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 76 | - |
| CMYK | 0.51 | 0 | 0.70 | 0 |
| HSL | 103.58º | 1% | 0.65% | - |
| HSV(B) | 103.58º | 0.7% | 1% | - |
| XYZ | 45.52 | 76.4 | 19.19 | - |
| YUV | 195.72 | 60.43 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 76 | 0.51 | 0 | 0.70 | 0 | 103.58 | 1 | 0.65 |
| Hex | 7D | FF | 4C | 33 | 0 | 46 | 0 | 68 | 64 | 41 |
| Octal | 175 | 377 | 114 | 63 | 0 | 106 | 0 | 150 | 144 | 101 |
| Binary | 1111101 | 11111111 | 1001100 | 110011 | 0 | 1000110 | 0 | 1101000 | 1100100 | 1000001 |
Color Harmonies of #7DFF4C
Complementary color
Monochromatic Colors of #7DFF4C
Black with #7DFF4C
Text Example
Text Example
White with #7DFF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF4C; }
p { color: rgb(125,255,76); }
H1.HeaderClassName
{
color: #7DFF4C;
}
.AnyTagClassName
{
color: #7DFF4C;
}
</style>
background-color css
<style>
a { background-color: #7DFF4C; }
a { background-color: rgb(125,255,76); }
div.DivClassName
{
background-color: #7DFF4C;
}
.BgClassName
{
background-color: #7DFF4C;
}
</style>
border-color css
<style>
span { border-color: #7DFF4C; }
span { border-color: rgb(125,255,76); }
td.TdClassName
{
border-color: #7DFF4C;
}
.TagClassName
{
border-color: #7DFF4C;
}
</style>