Shades of Screamin' Green #7DFF45
Tints of Screamin' Green #7DFF45
RGB
CMYK
RGB Variations
Color information
#7DFF45 (or 0x7DFF45) is known color: Screamin' Green. HEX triplet: 7D, FF and 45. RGB value is (125,255,69). Sum of RGB (Red+Green+Blue) = 125+255+69=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF45 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF45 is #8200BA. Grayscale: #C3C3C3. Windows color (decimal): -8519867 or 4587389. OLE color: 4587389.
HSL color Cylindrical-coordinate representation of color #7DFF45: hue angle of 101.94º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DFF45 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 69 | - |
| CMYK | 0.51 | 0 | 0.73 | 0 |
| HSL | 101.94º | 1% | 0.64% | - |
| HSV(B) | 101.94º | 0.73% | 1% | - |
| XYZ | 45.29 | 76.31 | 17.97 | - |
| YUV | 194.93 | 56.93 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 69 | 0.51 | 0 | 0.73 | 0 | 101.94 | 1 | 0.64 |
| Hex | 7D | FF | 45 | 33 | 0 | 49 | 0 | 66 | 64 | 40 |
| Octal | 175 | 377 | 105 | 63 | 0 | 111 | 0 | 146 | 144 | 100 |
| Binary | 1111101 | 11111111 | 1000101 | 110011 | 0 | 1001001 | 0 | 1100110 | 1100100 | 1000000 |
Color Harmonies of #7DFF45
Complementary color
Monochromatic Colors of #7DFF45
Black with #7DFF45
Text Example
Text Example
White with #7DFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF45; }
p { color: rgb(125,255,69); }
H1.HeaderClassName
{
color: #7DFF45;
}
.AnyTagClassName
{
color: #7DFF45;
}
</style>
background-color css
<style>
a { background-color: #7DFF45; }
a { background-color: rgb(125,255,69); }
div.DivClassName
{
background-color: #7DFF45;
}
.BgClassName
{
background-color: #7DFF45;
}
</style>
border-color css
<style>
span { border-color: #7DFF45; }
span { border-color: rgb(125,255,69); }
td.TdClassName
{
border-color: #7DFF45;
}
.TagClassName
{
border-color: #7DFF45;
}
</style>