Shades of Screamin' Green #61FF77
Tints of Screamin' Green #61FF77
RGB
CMYK
RGB Variations
Color information
#61FF77 (or 0x61FF77) is known color: Screamin' Green. HEX triplet: 61, FF and 77. RGB value is (97,255,119). Sum of RGB (Red+Green+Blue) = 97+255+119=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61FF77 is #9E0088. Grayscale: #C0C0C0. Windows color (decimal): -10354825 or 7864161. OLE color: 7864161.
HSL color Cylindrical-coordinate representation of color #61FF77: hue angle of 128.35º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FF77 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 119 | - |
| CMYK | 0.62 | 0 | 0.53 | 0 |
| HSL | 128.35º | 1% | 0.69% | - |
| HSV(B) | 128.35º | 0.62% | 1% | - |
| XYZ | 44.02 | 75.39 | 29.69 | - |
| YUV | 192.25 | 86.65 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 119 | 0.62 | 0 | 0.53 | 0 | 128.35 | 1 | 0.69 |
| Hex | 61 | FF | 77 | 3E | 0 | 35 | 0 | 80 | 64 | 45 |
| Octal | 141 | 377 | 167 | 76 | 0 | 65 | 0 | 200 | 144 | 105 |
| Binary | 1100001 | 11111111 | 1110111 | 111110 | 0 | 110101 | 0 | 10000000 | 1100100 | 1000101 |
Color Harmonies of #61FF77
Complementary color
Monochromatic Colors of #61FF77
Black with #61FF77
Text Example
Text Example
White with #61FF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF77; }
p { color: rgb(97,255,119); }
H1.HeaderClassName
{
color: #61FF77;
}
.AnyTagClassName
{
color: #61FF77;
}
</style>
background-color css
<style>
a { background-color: #61FF77; }
a { background-color: rgb(97,255,119); }
div.DivClassName
{
background-color: #61FF77;
}
.BgClassName
{
background-color: #61FF77;
}
</style>
border-color css
<style>
span { border-color: #61FF77; }
span { border-color: rgb(97,255,119); }
td.TdClassName
{
border-color: #61FF77;
}
.TagClassName
{
border-color: #61FF77;
}
</style>