Shades of Screamin' Green #7CFF3D
Tints of Screamin' Green #7CFF3D
RGB
CMYK
RGB Variations
Color information
#7CFF3D (or 0x7CFF3D) is known color: Screamin' Green. HEX triplet: 7C, FF and 3D. RGB value is (124,255,61). Sum of RGB (Red+Green+Blue) = 124+255+61=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFF3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CFF3D is #8300C2. Grayscale: #C2C2C2. Windows color (decimal): -8585411 or 4063100. OLE color: 4063100.
HSL color Cylindrical-coordinate representation of color #7CFF3D: hue angle of 100.52º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CFF3D is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 124 | 255 | 61 | - |
| CMYK | 0.51 | 0 | 0.76 | 0 |
| HSL | 100.52º | 1% | 0.62% | - |
| HSV(B) | 100.52º | 0.76% | 1% | - |
| XYZ | 44.91 | 76.14 | 16.74 | - |
| YUV | 193.72 | 53.1 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 255 | 61 | 0.51 | 0 | 0.76 | 0 | 100.52 | 1 | 0.62 |
| Hex | 7C | FF | 3D | 33 | 0 | 4C | 0 | 65 | 64 | 3E |
| Octal | 174 | 377 | 75 | 63 | 0 | 114 | 0 | 145 | 144 | 76 |
| Binary | 1111100 | 11111111 | 111101 | 110011 | 0 | 1001100 | 0 | 1100101 | 1100100 | 111110 |
Color Harmonies of #7CFF3D
Complementary color
Monochromatic Colors of #7CFF3D
Black with #7CFF3D
Text Example
Text Example
White with #7CFF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFF3D; }
p { color: rgb(124,255,61); }
H1.HeaderClassName
{
color: #7CFF3D;
}
.AnyTagClassName
{
color: #7CFF3D;
}
</style>
background-color css
<style>
a { background-color: #7CFF3D; }
a { background-color: rgb(124,255,61); }
div.DivClassName
{
background-color: #7CFF3D;
}
.BgClassName
{
background-color: #7CFF3D;
}
</style>
border-color css
<style>
span { border-color: #7CFF3D; }
span { border-color: rgb(124,255,61); }
td.TdClassName
{
border-color: #7CFF3D;
}
.TagClassName
{
border-color: #7CFF3D;
}
</style>