Shades of Screamin' Green #7AF965
Tints of Screamin' Green #7AF965
RGB
CMYK
RGB Variations
Color information
#7AF965 (or 0x7AF965) is known color: Screamin' Green. HEX triplet: 7A, F9 and 65. RGB value is (122,249,101). Sum of RGB (Red+Green+Blue) = 122+249+101=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF965 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF965 is #85069A. Grayscale: #C2C2C2. Windows color (decimal): -8717979 or 6683002. OLE color: 6683002.
HSL color Cylindrical-coordinate representation of color #7AF965: hue angle of 111.49º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AF965 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 101 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.02 |
| HSL | 111.49º | 0.93% | 0.69% | - |
| HSV(B) | 111.49º | 0.59% | 0.98% | - |
| XYZ | 44.25 | 72.83 | 24.04 | - |
| YUV | 194.16 | 75.42 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 101 | 0.51 | 0 | 0.59 | 0.02 | 111.49 | 0.93 | 0.69 |
| Hex | 7A | F9 | 65 | 33 | 0 | 3B | 2 | 6F | 5C | 45 |
| Octal | 172 | 371 | 145 | 63 | 0 | 73 | 2 | 157 | 134 | 105 |
| Binary | 1111010 | 11111001 | 1100101 | 110011 | 0 | 111011 | 10 | 1101111 | 1011100 | 1000101 |
Color Harmonies of #7AF965
Complementary color
Monochromatic Colors of #7AF965
Black with #7AF965
Text Example
Text Example
White with #7AF965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF965; }
p { color: rgb(122,249,101); }
H1.HeaderClassName
{
color: #7AF965;
}
.AnyTagClassName
{
color: #7AF965;
}
</style>
background-color css
<style>
a { background-color: #7AF965; }
a { background-color: rgb(122,249,101); }
div.DivClassName
{
background-color: #7AF965;
}
.BgClassName
{
background-color: #7AF965;
}
</style>
border-color css
<style>
span { border-color: #7AF965; }
span { border-color: rgb(122,249,101); }
td.TdClassName
{
border-color: #7AF965;
}
.TagClassName
{
border-color: #7AF965;
}
</style>