Shades of Screamin' Green #7AFA3C
Tints of Screamin' Green #7AFA3C
RGB
CMYK
RGB Variations
Color information
#7AFA3C (or 0x7AFA3C) is known color: Screamin' Green. HEX triplet: 7A, FA and 3C. RGB value is (122,250,60). Sum of RGB (Red+Green+Blue) = 122+250+60=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #7AFA3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AFA3C is #8505C3. Grayscale: #BEBEBE. Windows color (decimal): -8717764 or 3996282. OLE color: 3996282.
HSL color Cylindrical-coordinate representation of color #7AFA3C: hue angle of 100.42º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7AFA3C is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 250 | 60 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.02 |
| HSL | 100.42º | 0.95% | 0.61% | - |
| HSV(B) | 100.42º | 0.76% | 0.98% | - |
| XYZ | 43.03 | 72.84 | 16.07 | - |
| YUV | 190.07 | 54.59 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 250 | 60 | 0.51 | 0 | 0.76 | 0.02 | 100.42 | 0.95 | 0.61 |
| Hex | 7A | FA | 3C | 33 | 0 | 4C | 2 | 64 | 5F | 3D |
| Octal | 172 | 372 | 74 | 63 | 0 | 114 | 2 | 144 | 137 | 75 |
| Binary | 1111010 | 11111010 | 111100 | 110011 | 0 | 1001100 | 10 | 1100100 | 1011111 | 111101 |
Color Harmonies of #7AFA3C
Complementary color
Monochromatic Colors of #7AFA3C
Black with #7AFA3C
Text Example
Text Example
White with #7AFA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFA3C; }
p { color: rgb(122,250,60); }
H1.HeaderClassName
{
color: #7AFA3C;
}
.AnyTagClassName
{
color: #7AFA3C;
}
</style>
background-color css
<style>
a { background-color: #7AFA3C; }
a { background-color: rgb(122,250,60); }
div.DivClassName
{
background-color: #7AFA3C;
}
.BgClassName
{
background-color: #7AFA3C;
}
</style>
border-color css
<style>
span { border-color: #7AFA3C; }
span { border-color: rgb(122,250,60); }
td.TdClassName
{
border-color: #7AFA3C;
}
.TagClassName
{
border-color: #7AFA3C;
}
</style>