Shades of Screamin' Green #7AF870
Tints of Screamin' Green #7AF870
RGB
CMYK
RGB Variations
Color information
#7AF870 (or 0x7AF870) is known color: Screamin' Green. HEX triplet: 7A, F8 and 70. RGB value is (122,248,112). Sum of RGB (Red+Green+Blue) = 122+248+112=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF870 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF870 is #85078F. Grayscale: #C3C3C3. Windows color (decimal): -8718224 or 7403642. OLE color: 7403642.
HSL color Cylindrical-coordinate representation of color #7AF870: hue angle of 115.59º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7AF870 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 112 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.03 |
| HSL | 115.59º | 0.91% | 0.71% | - |
| HSV(B) | 115.59º | 0.55% | 0.97% | - |
| XYZ | 44.52 | 72.44 | 26.97 | - |
| YUV | 194.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 112 | 0.51 | 0 | 0.55 | 0.03 | 115.59 | 0.91 | 0.71 |
| Hex | 7A | F8 | 70 | 33 | 0 | 37 | 3 | 74 | 5B | 47 |
| Octal | 172 | 370 | 160 | 63 | 0 | 67 | 3 | 164 | 133 | 107 |
| Binary | 1111010 | 11111000 | 1110000 | 110011 | 0 | 110111 | 11 | 1110100 | 1011011 | 1000111 |
Color Harmonies of #7AF870
Complementary color
Monochromatic Colors of #7AF870
Black with #7AF870
Text Example
Text Example
White with #7AF870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF870; }
p { color: rgb(122,248,112); }
H1.HeaderClassName
{
color: #7AF870;
}
.AnyTagClassName
{
color: #7AF870;
}
</style>
background-color css
<style>
a { background-color: #7AF870; }
a { background-color: rgb(122,248,112); }
div.DivClassName
{
background-color: #7AF870;
}
.BgClassName
{
background-color: #7AF870;
}
</style>
border-color css
<style>
span { border-color: #7AF870; }
span { border-color: rgb(122,248,112); }
td.TdClassName
{
border-color: #7AF870;
}
.TagClassName
{
border-color: #7AF870;
}
</style>