Shades of Screamin' Green #7DF74C
Tints of Screamin' Green #7DF74C
RGB
CMYK
RGB Variations
Color information
#7DF74C (or 0x7DF74C) is known color: Screamin' Green. HEX triplet: 7D, F7 and 4C. RGB value is (125,247,76). Sum of RGB (Red+Green+Blue) = 125+247+76=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 247 (96.88% from 255 or 55.13% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 247 - color contains mainly: green. Hex color #7DF74C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF74C is #8208B3. Grayscale: #BFBFBF. Windows color (decimal): -8521908 or 5044093. OLE color: 5044093.
HSL color Cylindrical-coordinate representation of color #7DF74C: hue angle of 102.81º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7DF74C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 247 | 76 | - |
| CMYK | 0.49 | 0 | 0.69 | 0.03 |
| HSL | 102.81º | 0.91% | 0.63% | - |
| HSV(B) | 102.81º | 0.69% | 0.97% | - |
| XYZ | 43.02 | 71.4 | 18.35 | - |
| YUV | 191.03 | 63.08 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 247 | 76 | 0.49 | 0 | 0.69 | 0.03 | 102.81 | 0.91 | 0.63 |
| Hex | 7D | F7 | 4C | 31 | 0 | 45 | 3 | 67 | 5B | 3F |
| Octal | 175 | 367 | 114 | 61 | 0 | 105 | 3 | 147 | 133 | 77 |
| Binary | 1111101 | 11110111 | 1001100 | 110001 | 0 | 1000101 | 11 | 1100111 | 1011011 | 111111 |
Color Harmonies of #7DF74C
Complementary color
Monochromatic Colors of #7DF74C
Black with #7DF74C
Text Example
Text Example
White with #7DF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF74C; }
p { color: rgb(125,247,76); }
H1.HeaderClassName
{
color: #7DF74C;
}
.AnyTagClassName
{
color: #7DF74C;
}
</style>
background-color css
<style>
a { background-color: #7DF74C; }
a { background-color: rgb(125,247,76); }
div.DivClassName
{
background-color: #7DF74C;
}
.BgClassName
{
background-color: #7DF74C;
}
</style>
border-color css
<style>
span { border-color: #7DF74C; }
span { border-color: rgb(125,247,76); }
td.TdClassName
{
border-color: #7DF74C;
}
.TagClassName
{
border-color: #7DF74C;
}
</style>