Shades of Screamin' Green #77FF82
Tints of Screamin' Green #77FF82
RGB
CMYK
RGB Variations
Color information
#77FF82 (or 0x77FF82) is known color: Screamin' Green. HEX triplet: 77, FF and 82. RGB value is (119,255,130). Sum of RGB (Red+Green+Blue) = 119+255+130=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #77FF82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FF82 is #88007D. Grayscale: #C8C8C8. Windows color (decimal): -8913022 or 8585079. OLE color: 8585079.
HSL color Cylindrical-coordinate representation of color #77FF82: hue angle of 124.85º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FF82 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 255 | 130 | - |
| CMYK | 0.53 | 0 | 0.49 | 0 |
| HSL | 124.85º | 1% | 0.73% | - |
| HSV(B) | 124.85º | 0.53% | 1% | - |
| XYZ | 47.4 | 77.05 | 33.49 | - |
| YUV | 200.09 | 88.44 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 255 | 130 | 0.53 | 0 | 0.49 | 0 | 124.85 | 1 | 0.73 |
| Hex | 77 | FF | 82 | 35 | 0 | 31 | 0 | 7D | 64 | 49 |
| Octal | 167 | 377 | 202 | 65 | 0 | 61 | 0 | 175 | 144 | 111 |
| Binary | 1110111 | 11111111 | 10000010 | 110101 | 0 | 110001 | 0 | 1111101 | 1100100 | 1001001 |
Color Harmonies of #77FF82
Complementary color
Monochromatic Colors of #77FF82
Black with #77FF82
Text Example
Text Example
White with #77FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FF82; }
p { color: rgb(119,255,130); }
H1.HeaderClassName
{
color: #77FF82;
}
.AnyTagClassName
{
color: #77FF82;
}
</style>
background-color css
<style>
a { background-color: #77FF82; }
a { background-color: rgb(119,255,130); }
div.DivClassName
{
background-color: #77FF82;
}
.BgClassName
{
background-color: #77FF82;
}
</style>
border-color css
<style>
span { border-color: #77FF82; }
span { border-color: rgb(119,255,130); }
td.TdClassName
{
border-color: #77FF82;
}
.TagClassName
{
border-color: #77FF82;
}
</style>