Shades of Screamin' Green #7DF55C
Tints of Screamin' Green #7DF55C
RGB
CMYK
RGB Variations
Color information
#7DF55C (or 0x7DF55C) is known color: Screamin' Green. HEX triplet: 7D, F5 and 5C. RGB value is (125,245,92). Sum of RGB (Red+Green+Blue) = 125+245+92=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 245 (96.09% from 255 or 53.03% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 245 - color contains mainly: green. Hex color #7DF55C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF55C is #820AA3. Grayscale: #C0C0C0. Windows color (decimal): -8522404 or 6092157. OLE color: 6092157.
HSL color Cylindrical-coordinate representation of color #7DF55C: hue angle of 107.06º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7DF55C is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 245 | 92 | - |
| CMYK | 0.49 | 0 | 0.62 | 0.04 |
| HSL | 107.06º | 0.88% | 0.66% | - |
| HSV(B) | 107.06º | 0.62% | 0.96% | - |
| XYZ | 43.04 | 70.44 | 21.45 | - |
| YUV | 191.68 | 71.74 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 245 | 92 | 0.49 | 0 | 0.62 | 0.04 | 107.06 | 0.88 | 0.66 |
| Hex | 7D | F5 | 5C | 31 | 0 | 3E | 4 | 6B | 58 | 42 |
| Octal | 175 | 365 | 134 | 61 | 0 | 76 | 4 | 153 | 130 | 102 |
| Binary | 1111101 | 11110101 | 1011100 | 110001 | 0 | 111110 | 100 | 1101011 | 1011000 | 1000010 |
Color Harmonies of #7DF55C
Complementary color
Monochromatic Colors of #7DF55C
Black with #7DF55C
Text Example
Text Example
White with #7DF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF55C; }
p { color: rgb(125,245,92); }
H1.HeaderClassName
{
color: #7DF55C;
}
.AnyTagClassName
{
color: #7DF55C;
}
</style>
background-color css
<style>
a { background-color: #7DF55C; }
a { background-color: rgb(125,245,92); }
div.DivClassName
{
background-color: #7DF55C;
}
.BgClassName
{
background-color: #7DF55C;
}
</style>
border-color css
<style>
span { border-color: #7DF55C; }
span { border-color: rgb(125,245,92); }
td.TdClassName
{
border-color: #7DF55C;
}
.TagClassName
{
border-color: #7DF55C;
}
</style>