Shades of Screamin' Green #7DFF3D
Tints of Screamin' Green #7DFF3D
RGB
CMYK
RGB Variations
Color information
#7DFF3D (or 0x7DFF3D) is known color: Screamin' Green. HEX triplet: 7D, FF and 3D. RGB value is (125,255,61). Sum of RGB (Red+Green+Blue) = 125+255+61=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 255 (100% from 255 or 57.82% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DFF3D is #8200C2. Grayscale: #C2C2C2. Windows color (decimal): -8519875 or 4063101. OLE color: 4063101.
HSL color Cylindrical-coordinate representation of color #7DFF3D: hue angle of 100.21º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DFF3D is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 61 | - |
| CMYK | 0.51 | 0 | 0.76 | 0 |
| HSL | 100.21º | 1% | 0.62% | - |
| HSV(B) | 100.21º | 0.76% | 1% | - |
| XYZ | 45.06 | 76.22 | 16.75 | - |
| YUV | 194.01 | 52.93 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 61 | 0.51 | 0 | 0.76 | 0 | 100.21 | 1 | 0.62 |
| Hex | 7D | FF | 3D | 33 | 0 | 4C | 0 | 64 | 64 | 3E |
| Octal | 175 | 377 | 75 | 63 | 0 | 114 | 0 | 144 | 144 | 76 |
| Binary | 1111101 | 11111111 | 111101 | 110011 | 0 | 1001100 | 0 | 1100100 | 1100100 | 111110 |
Color Harmonies of #7DFF3D
Complementary color
Monochromatic Colors of #7DFF3D
Black with #7DFF3D
Text Example
Text Example
White with #7DFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF3D; }
p { color: rgb(125,255,61); }
H1.HeaderClassName
{
color: #7DFF3D;
}
.AnyTagClassName
{
color: #7DFF3D;
}
</style>
background-color css
<style>
a { background-color: #7DFF3D; }
a { background-color: rgb(125,255,61); }
div.DivClassName
{
background-color: #7DFF3D;
}
.BgClassName
{
background-color: #7DFF3D;
}
</style>
border-color css
<style>
span { border-color: #7DFF3D; }
span { border-color: rgb(125,255,61); }
td.TdClassName
{
border-color: #7DFF3D;
}
.TagClassName
{
border-color: #7DFF3D;
}
</style>