Shades of Screamin' Green #7AF94C
Tints of Screamin' Green #7AF94C
RGB
CMYK
RGB Variations
Color information
#7AF94C (or 0x7AF94C) is known color: Screamin' Green. HEX triplet: 7A, F9 and 4C. RGB value is (122,249,76). Sum of RGB (Red+Green+Blue) = 122+249+76=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF94C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF94C is #8506B3. Grayscale: #BFBFBF. Windows color (decimal): -8718004 or 5044602. OLE color: 5044602.
HSL color Cylindrical-coordinate representation of color #7AF94C: hue angle of 104.05º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7AF94C is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 76 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.02 |
| HSL | 104.05º | 0.94% | 0.64% | - |
| HSV(B) | 104.05º | 0.69% | 0.98% | - |
| XYZ | 43.21 | 72.41 | 18.54 | - |
| YUV | 191.31 | 62.92 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 76 | 0.51 | 0 | 0.69 | 0.02 | 104.05 | 0.94 | 0.64 |
| Hex | 7A | F9 | 4C | 33 | 0 | 45 | 2 | 68 | 5E | 40 |
| Octal | 172 | 371 | 114 | 63 | 0 | 105 | 2 | 150 | 136 | 100 |
| Binary | 1111010 | 11111001 | 1001100 | 110011 | 0 | 1000101 | 10 | 1101000 | 1011110 | 1000000 |
Color Harmonies of #7AF94C
Complementary color
Monochromatic Colors of #7AF94C
Black with #7AF94C
Text Example
Text Example
White with #7AF94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF94C; }
p { color: rgb(122,249,76); }
H1.HeaderClassName
{
color: #7AF94C;
}
.AnyTagClassName
{
color: #7AF94C;
}
</style>
background-color css
<style>
a { background-color: #7AF94C; }
a { background-color: rgb(122,249,76); }
div.DivClassName
{
background-color: #7AF94C;
}
.BgClassName
{
background-color: #7AF94C;
}
</style>
border-color css
<style>
span { border-color: #7AF94C; }
span { border-color: rgb(122,249,76); }
td.TdClassName
{
border-color: #7AF94C;
}
.TagClassName
{
border-color: #7AF94C;
}
</style>