Shades of Screamin' Green #7DFC44
Tints of Screamin' Green #7DFC44
RGB
CMYK
RGB Variations
Color information
#7DFC44 (or 0x7DFC44) is known color: Screamin' Green. HEX triplet: 7D, FC and 44. RGB value is (125,252,68). Sum of RGB (Red+Green+Blue) = 125+252+68=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 68 (26.95% from 255 or 15.28% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC44 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFC44 is #8203BB. Grayscale: #C1C1C1. Windows color (decimal): -8520636 or 4521085. OLE color: 4521085.
HSL color Cylindrical-coordinate representation of color #7DFC44: hue angle of 101.41º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DFC44 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 252 | 68 | - |
| CMYK | 0.50 | 0 | 0.73 | 0.01 |
| HSL | 101.41º | 0.97% | 0.63% | - |
| HSV(B) | 101.41º | 0.73% | 0.99% | - |
| XYZ | 44.31 | 74.4 | 17.49 | - |
| YUV | 193.05 | 57.42 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 252 | 68 | 0.50 | 0 | 0.73 | 0.01 | 101.41 | 0.97 | 0.63 |
| Hex | 7D | FC | 44 | 32 | 0 | 49 | 1 | 65 | 61 | 3F |
| Octal | 175 | 374 | 104 | 62 | 0 | 111 | 1 | 145 | 141 | 77 |
| Binary | 1111101 | 11111100 | 1000100 | 110010 | 0 | 1001001 | 1 | 1100101 | 1100001 | 111111 |
Color Harmonies of #7DFC44
Complementary color
Monochromatic Colors of #7DFC44
Black with #7DFC44
Text Example
Text Example
White with #7DFC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFC44; }
p { color: rgb(125,252,68); }
H1.HeaderClassName
{
color: #7DFC44;
}
.AnyTagClassName
{
color: #7DFC44;
}
</style>
background-color css
<style>
a { background-color: #7DFC44; }
a { background-color: rgb(125,252,68); }
div.DivClassName
{
background-color: #7DFC44;
}
.BgClassName
{
background-color: #7DFC44;
}
</style>
border-color css
<style>
span { border-color: #7DFC44; }
span { border-color: rgb(125,252,68); }
td.TdClassName
{
border-color: #7DFC44;
}
.TagClassName
{
border-color: #7DFC44;
}
</style>