Shades of Screamin' Green #7AF340
Tints of Screamin' Green #7AF340
RGB
CMYK
RGB Variations
Color information
#7AF340 (or 0x7AF340) is known color: Screamin' Green. HEX triplet: 7A, F3 and 40. RGB value is (122,243,64). Sum of RGB (Red+Green+Blue) = 122+243+64=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 243 (95.31% from 255 or 56.64% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF340 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF340 is #850CBF. Grayscale: #BBBBBB. Windows color (decimal): -8719552 or 4256634. OLE color: 4256634.
HSL color Cylindrical-coordinate representation of color #7AF340: hue angle of 100.56º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AF340 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 64 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.05 |
| HSL | 100.56º | 0.88% | 0.6% | - |
| HSV(B) | 100.56º | 0.74% | 0.95% | - |
| XYZ | 41 | 68.61 | 15.93 | - |
| YUV | 186.42 | 58.91 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 64 | 0.50 | 0 | 0.74 | 0.05 | 100.56 | 0.88 | 0.6 |
| Hex | 7A | F3 | 40 | 32 | 0 | 4A | 5 | 65 | 58 | 3C |
| Octal | 172 | 363 | 100 | 62 | 0 | 112 | 5 | 145 | 130 | 74 |
| Binary | 1111010 | 11110011 | 1000000 | 110010 | 0 | 1001010 | 101 | 1100101 | 1011000 | 111100 |
Color Harmonies of #7AF340
Complementary color
Monochromatic Colors of #7AF340
Black with #7AF340
Text Example
Text Example
White with #7AF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF340; }
p { color: rgb(122,243,64); }
H1.HeaderClassName
{
color: #7AF340;
}
.AnyTagClassName
{
color: #7AF340;
}
</style>
background-color css
<style>
a { background-color: #7AF340; }
a { background-color: rgb(122,243,64); }
div.DivClassName
{
background-color: #7AF340;
}
.BgClassName
{
background-color: #7AF340;
}
</style>
border-color css
<style>
span { border-color: #7AF340; }
span { border-color: rgb(122,243,64); }
td.TdClassName
{
border-color: #7AF340;
}
.TagClassName
{
border-color: #7AF340;
}
</style>