Shades of Screamin' Green #7DFF69
Tints of Screamin' Green #7DFF69
RGB
CMYK
RGB Variations
Color information
#7DFF69 (or 0x7DFF69) is known color: Screamin' Green. HEX triplet: 7D, FF and 69. RGB value is (125,255,105). Sum of RGB (Red+Green+Blue) = 125+255+105=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF69 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFF69 is #820096. Grayscale: #C7C7C7. Windows color (decimal): -8519831 or 6946685. OLE color: 6946685.
HSL color Cylindrical-coordinate representation of color #7DFF69: hue angle of 112º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DFF69 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 105 | - |
| CMYK | 0.51 | 0 | 0.59 | 0 |
| HSL | 112º | 1% | 0.71% | - |
| HSV(B) | 112º | 0.59% | 1% | - |
| XYZ | 46.77 | 76.9 | 25.74 | - |
| YUV | 199.03 | 74.93 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 105 | 0.51 | 0 | 0.59 | 0 | 112 | 1 | 0.71 |
| Hex | 7D | FF | 69 | 33 | 0 | 3B | 0 | 70 | 64 | 47 |
| Octal | 175 | 377 | 151 | 63 | 0 | 73 | 0 | 160 | 144 | 107 |
| Binary | 1111101 | 11111111 | 1101001 | 110011 | 0 | 111011 | 0 | 1110000 | 1100100 | 1000111 |
Color Harmonies of #7DFF69
Complementary color
Monochromatic Colors of #7DFF69
Black with #7DFF69
Text Example
Text Example
White with #7DFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF69; }
p { color: rgb(125,255,105); }
H1.HeaderClassName
{
color: #7DFF69;
}
.AnyTagClassName
{
color: #7DFF69;
}
</style>
background-color css
<style>
a { background-color: #7DFF69; }
a { background-color: rgb(125,255,105); }
div.DivClassName
{
background-color: #7DFF69;
}
.BgClassName
{
background-color: #7DFF69;
}
</style>
border-color css
<style>
span { border-color: #7DFF69; }
span { border-color: rgb(125,255,105); }
td.TdClassName
{
border-color: #7DFF69;
}
.TagClassName
{
border-color: #7DFF69;
}
</style>