Shades of Screamin' Green #61F77D
Tints of Screamin' Green #61F77D
RGB
CMYK
RGB Variations
Color information
#61F77D (or 0x61F77D) is known color: Screamin' Green. HEX triplet: 61, F7 and 7D. RGB value is (97,247,125). Sum of RGB (Red+Green+Blue) = 97+247+125=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #61F77D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F77D is #9E0882. Grayscale: #BCBCBC. Windows color (decimal): -10356867 or 8255329. OLE color: 8255329.
HSL color Cylindrical-coordinate representation of color #61F77D: hue angle of 131.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F77D is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 247 | 125 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.03 |
| HSL | 131.2º | 0.9% | 0.67% | - |
| HSV(B) | 131.2º | 0.61% | 0.97% | - |
| XYZ | 41.89 | 70.54 | 30.81 | - |
| YUV | 188.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 247 | 125 | 0.61 | 0 | 0.49 | 0.03 | 131.2 | 0.9 | 0.67 |
| Hex | 61 | F7 | 7D | 3D | 0 | 31 | 3 | 83 | 5A | 43 |
| Octal | 141 | 367 | 175 | 75 | 0 | 61 | 3 | 203 | 132 | 103 |
| Binary | 1100001 | 11110111 | 1111101 | 111101 | 0 | 110001 | 11 | 10000011 | 1011010 | 1000011 |
Color Harmonies of #61F77D
Complementary color
Monochromatic Colors of #61F77D
Black with #61F77D
Text Example
Text Example
White with #61F77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F77D; }
p { color: rgb(97,247,125); }
H1.HeaderClassName
{
color: #61F77D;
}
.AnyTagClassName
{
color: #61F77D;
}
</style>
background-color css
<style>
a { background-color: #61F77D; }
a { background-color: rgb(97,247,125); }
div.DivClassName
{
background-color: #61F77D;
}
.BgClassName
{
background-color: #61F77D;
}
</style>
border-color css
<style>
span { border-color: #61F77D; }
span { border-color: rgb(97,247,125); }
td.TdClassName
{
border-color: #61F77D;
}
.TagClassName
{
border-color: #61F77D;
}
</style>