Shades of Screamin' Green #7DFF72
Tints of Screamin' Green #7DFF72
RGB
CMYK
RGB Variations
Color information
#7DFF72 (or 0x7DFF72) is known color: Screamin' Green. HEX triplet: 7D, FF and 72. RGB value is (125,255,114). Sum of RGB (Red+Green+Blue) = 125+255+114=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFF72 is #82008D. Grayscale: #C8C8C8. Windows color (decimal): -8519822 or 7536509. OLE color: 7536509.
HSL color Cylindrical-coordinate representation of color #7DFF72: hue angle of 115.32º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DFF72 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 114 | - |
| CMYK | 0.51 | 0 | 0.55 | 0 |
| HSL | 115.32º | 1% | 0.72% | - |
| HSV(B) | 115.32º | 0.55% | 1% | - |
| XYZ | 47.25 | 77.09 | 28.31 | - |
| YUV | 200.06 | 79.43 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 114 | 0.51 | 0 | 0.55 | 0 | 115.32 | 1 | 0.72 |
| Hex | 7D | FF | 72 | 33 | 0 | 37 | 0 | 73 | 64 | 48 |
| Octal | 175 | 377 | 162 | 63 | 0 | 67 | 0 | 163 | 144 | 110 |
| Binary | 1111101 | 11111111 | 1110010 | 110011 | 0 | 110111 | 0 | 1110011 | 1100100 | 1001000 |
Color Harmonies of #7DFF72
Complementary color
Monochromatic Colors of #7DFF72
Black with #7DFF72
Text Example
Text Example
White with #7DFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF72; }
p { color: rgb(125,255,114); }
H1.HeaderClassName
{
color: #7DFF72;
}
.AnyTagClassName
{
color: #7DFF72;
}
</style>
background-color css
<style>
a { background-color: #7DFF72; }
a { background-color: rgb(125,255,114); }
div.DivClassName
{
background-color: #7DFF72;
}
.BgClassName
{
background-color: #7DFF72;
}
</style>
border-color css
<style>
span { border-color: #7DFF72; }
span { border-color: rgb(125,255,114); }
td.TdClassName
{
border-color: #7DFF72;
}
.TagClassName
{
border-color: #7DFF72;
}
</style>