Shades of Screamin' Green #7DFC40
Tints of Screamin' Green #7DFC40
RGB
CMYK
RGB Variations
Color information
#7DFC40 (or 0x7DFC40) is known color: Screamin' Green. HEX triplet: 7D, FC and 40. RGB value is (125,252,64). Sum of RGB (Red+Green+Blue) = 125+252+64=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFC40 is #8203BF. Grayscale: #C1C1C1. Windows color (decimal): -8520640 or 4258941. OLE color: 4258941.
HSL color Cylindrical-coordinate representation of color #7DFC40: hue angle of 100.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DFC40 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 64 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.01 |
| HSL | 100.53º | 0.97% | 0.62% | - |
| HSV(B) | 100.53º | 0.75% | 0.99% | - |
| XYZ | 44.19 | 74.35 | 16.87 | - |
| YUV | 192.6 | 55.42 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 64 | 0.50 | 0 | 0.75 | 0.01 | 100.53 | 0.97 | 0.62 |
| Hex | 7D | FC | 40 | 32 | 0 | 4B | 1 | 65 | 61 | 3E |
| Octal | 175 | 374 | 100 | 62 | 0 | 113 | 1 | 145 | 141 | 76 |
| Binary | 1111101 | 11111100 | 1000000 | 110010 | 0 | 1001011 | 1 | 1100101 | 1100001 | 111110 |
Color Harmonies of #7DFC40
Complementary color
Monochromatic Colors of #7DFC40
Black with #7DFC40
Text Example
Text Example
White with #7DFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC40; }
p { color: rgb(125,252,64); }
H1.HeaderClassName
{
color: #7DFC40;
}
.AnyTagClassName
{
color: #7DFC40;
}
</style>
background-color css
<style>
a { background-color: #7DFC40; }
a { background-color: rgb(125,252,64); }
div.DivClassName
{
background-color: #7DFC40;
}
.BgClassName
{
background-color: #7DFC40;
}
</style>
border-color css
<style>
span { border-color: #7DFC40; }
span { border-color: rgb(125,252,64); }
td.TdClassName
{
border-color: #7DFC40;
}
.TagClassName
{
border-color: #7DFC40;
}
</style>