Shades of Screamin' Green #7AF63D
Tints of Screamin' Green #7AF63D
RGB
CMYK
RGB Variations
Color information
#7AF63D (or 0x7AF63D) is known color: Screamin' Green. HEX triplet: 7A, F6 and 3D. RGB value is (122,246,61). Sum of RGB (Red+Green+Blue) = 122+246+61=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 246 (96.48% from 255 or 57.34% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF63D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF63D is #8509C2. Grayscale: #BCBCBC. Windows color (decimal): -8718787 or 4060794. OLE color: 4060794.
HSL color Cylindrical-coordinate representation of color #7AF63D: hue angle of 100.22º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AF63D is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 246 | 61 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.04 |
| HSL | 100.22º | 0.91% | 0.6% | - |
| HSV(B) | 100.22º | 0.75% | 0.96% | - |
| XYZ | 41.82 | 70.39 | 15.8 | - |
| YUV | 187.83 | 56.42 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 246 | 61 | 0.50 | 0 | 0.75 | 0.04 | 100.22 | 0.91 | 0.6 |
| Hex | 7A | F6 | 3D | 32 | 0 | 4B | 4 | 64 | 5B | 3C |
| Octal | 172 | 366 | 75 | 62 | 0 | 113 | 4 | 144 | 133 | 74 |
| Binary | 1111010 | 11110110 | 111101 | 110010 | 0 | 1001011 | 100 | 1100100 | 1011011 | 111100 |
Color Harmonies of #7AF63D
Complementary color
Monochromatic Colors of #7AF63D
Black with #7AF63D
Text Example
Text Example
White with #7AF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF63D; }
p { color: rgb(122,246,61); }
H1.HeaderClassName
{
color: #7AF63D;
}
.AnyTagClassName
{
color: #7AF63D;
}
</style>
background-color css
<style>
a { background-color: #7AF63D; }
a { background-color: rgb(122,246,61); }
div.DivClassName
{
background-color: #7AF63D;
}
.BgClassName
{
background-color: #7AF63D;
}
</style>
border-color css
<style>
span { border-color: #7AF63D; }
span { border-color: rgb(122,246,61); }
td.TdClassName
{
border-color: #7AF63D;
}
.TagClassName
{
border-color: #7AF63D;
}
</style>