Shades of Screamin' Green #7AF63C
Tints of Screamin' Green #7AF63C
RGB
CMYK
RGB Variations
Color information
#7AF63C (or 0x7AF63C) is known color: Screamin' Green. HEX triplet: 7A, F6 and 3C. RGB value is (122,246,60). Sum of RGB (Red+Green+Blue) = 122+246+60=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 246 (96.48% from 255 or 57.48% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 246 - color contains mainly: green. Hex color #7AF63C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF63C is #8509C3. Grayscale: #BCBCBC. Windows color (decimal): -8718788 or 3995258. OLE color: 3995258.
HSL color Cylindrical-coordinate representation of color #7AF63C: hue angle of 100º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AF63C is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 246 | 60 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.04 |
| HSL | 100º | 0.91% | 0.6% | - |
| HSV(B) | 100º | 0.76% | 0.96% | - |
| XYZ | 41.8 | 70.38 | 15.66 | - |
| YUV | 187.72 | 55.92 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 246 | 60 | 0.50 | 0 | 0.76 | 0.04 | 100 | 0.91 | 0.6 |
| Hex | 7A | F6 | 3C | 32 | 0 | 4C | 4 | 64 | 5B | 3C |
| Octal | 172 | 366 | 74 | 62 | 0 | 114 | 4 | 144 | 133 | 74 |
| Binary | 1111010 | 11110110 | 111100 | 110010 | 0 | 1001100 | 100 | 1100100 | 1011011 | 111100 |
Color Harmonies of #7AF63C
Complementary color
Monochromatic Colors of #7AF63C
Black with #7AF63C
Text Example
Text Example
White with #7AF63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF63C; }
p { color: rgb(122,246,60); }
H1.HeaderClassName
{
color: #7AF63C;
}
.AnyTagClassName
{
color: #7AF63C;
}
</style>
background-color css
<style>
a { background-color: #7AF63C; }
a { background-color: rgb(122,246,60); }
div.DivClassName
{
background-color: #7AF63C;
}
.BgClassName
{
background-color: #7AF63C;
}
</style>
border-color css
<style>
span { border-color: #7AF63C; }
span { border-color: rgb(122,246,60); }
td.TdClassName
{
border-color: #7AF63C;
}
.TagClassName
{
border-color: #7AF63C;
}
</style>