Shades of Screamin' Green #7DF652
Tints of Screamin' Green #7DF652
RGB
CMYK
RGB Variations
Color information
#7DF652 (or 0x7DF652) is known color: Screamin' Green. HEX triplet: 7D, F6 and 52. RGB value is (125,246,82). Sum of RGB (Red+Green+Blue) = 125+246+82=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF652 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF652 is #8209AD. Grayscale: #BFBFBF. Windows color (decimal): -8522158 or 5437053. OLE color: 5437053.
HSL color Cylindrical-coordinate representation of color #7DF652: hue angle of 104.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DF652 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 246 | 82 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.04 |
| HSL | 104.27º | 0.9% | 0.64% | - |
| HSV(B) | 104.27º | 0.67% | 0.96% | - |
| XYZ | 42.94 | 70.88 | 19.4 | - |
| YUV | 191.13 | 66.41 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 246 | 82 | 0.49 | 0 | 0.67 | 0.04 | 104.27 | 0.9 | 0.64 |
| Hex | 7D | F6 | 52 | 31 | 0 | 43 | 4 | 68 | 5A | 40 |
| Octal | 175 | 366 | 122 | 61 | 0 | 103 | 4 | 150 | 132 | 100 |
| Binary | 1111101 | 11110110 | 1010010 | 110001 | 0 | 1000011 | 100 | 1101000 | 1011010 | 1000000 |
Color Harmonies of #7DF652
Complementary color
Monochromatic Colors of #7DF652
Black with #7DF652
Text Example
Text Example
White with #7DF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF652; }
p { color: rgb(125,246,82); }
H1.HeaderClassName
{
color: #7DF652;
}
.AnyTagClassName
{
color: #7DF652;
}
</style>
background-color css
<style>
a { background-color: #7DF652; }
a { background-color: rgb(125,246,82); }
div.DivClassName
{
background-color: #7DF652;
}
.BgClassName
{
background-color: #7DF652;
}
</style>
border-color css
<style>
span { border-color: #7DF652; }
span { border-color: rgb(125,246,82); }
td.TdClassName
{
border-color: #7DF652;
}
.TagClassName
{
border-color: #7DF652;
}
</style>