Shades of Screamin' Green #7DF852
Tints of Screamin' Green #7DF852
RGB
CMYK
RGB Variations
Color information
#7DF852 (or 0x7DF852) is known color: Screamin' Green. HEX triplet: 7D, F8 and 52. RGB value is (125,248,82). Sum of RGB (Red+Green+Blue) = 125+248+82=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF852 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF852 is #8207AD. Grayscale: #C0C0C0. Windows color (decimal): -8521646 or 5437565. OLE color: 5437565.
HSL color Cylindrical-coordinate representation of color #7DF852: hue angle of 104.46º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DF852 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 248 | 82 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.03 |
| HSL | 104.46º | 0.92% | 0.65% | - |
| HSV(B) | 104.46º | 0.67% | 0.97% | - |
| XYZ | 43.55 | 72.1 | 19.6 | - |
| YUV | 192.3 | 65.75 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 248 | 82 | 0.50 | 0 | 0.67 | 0.03 | 104.46 | 0.92 | 0.65 |
| Hex | 7D | F8 | 52 | 32 | 0 | 43 | 3 | 68 | 5C | 41 |
| Octal | 175 | 370 | 122 | 62 | 0 | 103 | 3 | 150 | 134 | 101 |
| Binary | 1111101 | 11111000 | 1010010 | 110010 | 0 | 1000011 | 11 | 1101000 | 1011100 | 1000001 |
Color Harmonies of #7DF852
Complementary color
Monochromatic Colors of #7DF852
Black with #7DF852
Text Example
Text Example
White with #7DF852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF852; }
p { color: rgb(125,248,82); }
H1.HeaderClassName
{
color: #7DF852;
}
.AnyTagClassName
{
color: #7DF852;
}
</style>
background-color css
<style>
a { background-color: #7DF852; }
a { background-color: rgb(125,248,82); }
div.DivClassName
{
background-color: #7DF852;
}
.BgClassName
{
background-color: #7DF852;
}
</style>
border-color css
<style>
span { border-color: #7DF852; }
span { border-color: rgb(125,248,82); }
td.TdClassName
{
border-color: #7DF852;
}
.TagClassName
{
border-color: #7DF852;
}
</style>