Shades of Screamin' Green #7DF364
Tints of Screamin' Green #7DF364
RGB
CMYK
RGB Variations
Color information
#7DF364 (or 0x7DF364) is known color: Screamin' Green. HEX triplet: 7D, F3 and 64. RGB value is (125,243,100). Sum of RGB (Red+Green+Blue) = 125+243+100=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF364 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF364 is #820C9B. Grayscale: #BFBFBF. Windows color (decimal): -8522908 or 6615933. OLE color: 6615933.
HSL color Cylindrical-coordinate representation of color #7DF364: hue angle of 109.51º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DF364 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 125 | 243 | 100 | - |
| CMYK | 0.49 | 0 | 0.59 | 0.05 |
| HSL | 109.51º | 0.86% | 0.67% | - |
| HSV(B) | 109.51º | 0.59% | 0.95% | - |
| XYZ | 42.81 | 69.38 | 23.19 | - |
| YUV | 191.42 | 76.41 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 243 | 100 | 0.49 | 0 | 0.59 | 0.05 | 109.51 | 0.86 | 0.67 |
| Hex | 7D | F3 | 64 | 31 | 0 | 3B | 5 | 6E | 56 | 43 |
| Octal | 175 | 363 | 144 | 61 | 0 | 73 | 5 | 156 | 126 | 103 |
| Binary | 1111101 | 11110011 | 1100100 | 110001 | 0 | 111011 | 101 | 1101110 | 1010110 | 1000011 |
Color Harmonies of #7DF364
Complementary color
Monochromatic Colors of #7DF364
Black with #7DF364
Text Example
Text Example
White with #7DF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF364; }
p { color: rgb(125,243,100); }
H1.HeaderClassName
{
color: #7DF364;
}
.AnyTagClassName
{
color: #7DF364;
}
</style>
background-color css
<style>
a { background-color: #7DF364; }
a { background-color: rgb(125,243,100); }
div.DivClassName
{
background-color: #7DF364;
}
.BgClassName
{
background-color: #7DF364;
}
</style>
border-color css
<style>
span { border-color: #7DF364; }
span { border-color: rgb(125,243,100); }
td.TdClassName
{
border-color: #7DF364;
}
.TagClassName
{
border-color: #7DF364;
}
</style>