Shades of Screamin' Green #7DF255
Tints of Screamin' Green #7DF255
RGB
CMYK
RGB Variations
Color information
#7DF255 (or 0x7DF255) is known color: Screamin' Green. HEX triplet: 7D, F2 and 55. RGB value is (125,242,85). Sum of RGB (Red+Green+Blue) = 125+242+85=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF255 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF255 is #820DAA. Grayscale: #BDBDBD. Windows color (decimal): -8523179 or 5632637. OLE color: 5632637.
HSL color Cylindrical-coordinate representation of color #7DF255: hue angle of 104.71º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7DF255 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 242 | 85 | - |
| CMYK | 0.48 | 0 | 0.65 | 0.05 |
| HSL | 104.71º | 0.86% | 0.64% | - |
| HSV(B) | 104.71º | 0.65% | 0.95% | - |
| XYZ | 41.85 | 68.52 | 19.61 | - |
| YUV | 189.12 | 69.24 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 242 | 85 | 0.48 | 0 | 0.65 | 0.05 | 104.71 | 0.86 | 0.64 |
| Hex | 7D | F2 | 55 | 30 | 0 | 41 | 5 | 69 | 56 | 40 |
| Octal | 175 | 362 | 125 | 60 | 0 | 101 | 5 | 151 | 126 | 100 |
| Binary | 1111101 | 11110010 | 1010101 | 110000 | 0 | 1000001 | 101 | 1101001 | 1010110 | 1000000 |
Color Harmonies of #7DF255
Complementary color
Monochromatic Colors of #7DF255
Black with #7DF255
Text Example
Text Example
White with #7DF255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF255; }
p { color: rgb(125,242,85); }
H1.HeaderClassName
{
color: #7DF255;
}
.AnyTagClassName
{
color: #7DF255;
}
</style>
background-color css
<style>
a { background-color: #7DF255; }
a { background-color: rgb(125,242,85); }
div.DivClassName
{
background-color: #7DF255;
}
.BgClassName
{
background-color: #7DF255;
}
</style>
border-color css
<style>
span { border-color: #7DF255; }
span { border-color: rgb(125,242,85); }
td.TdClassName
{
border-color: #7DF255;
}
.TagClassName
{
border-color: #7DF255;
}
</style>