Shades of Screamin' Green #61F071
Tints of Screamin' Green #61F071
RGB
CMYK
RGB Variations
Color information
#61F071 (or 0x61F071) is known color: Screamin' Green. HEX triplet: 61, F0 and 71. RGB value is (97,240,113). Sum of RGB (Red+Green+Blue) = 97+240+113=450 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.56% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #61F071 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #61F071 is #9E0F8E. Grayscale: #B7B7B7. Windows color (decimal): -10358671 or 7467105. OLE color: 7467105.
HSL color Cylindrical-coordinate representation of color #61F071: hue angle of 126.71º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F071 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 113 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.06 |
| HSL | 126.71º | 0.83% | 0.66% | - |
| HSV(B) | 126.71º | 0.6% | 0.94% | - |
| XYZ | 39.07 | 66.05 | 26.31 | - |
| YUV | 182.77 | 88.62 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 113 | 0.60 | 0 | 0.53 | 0.06 | 126.71 | 0.83 | 0.66 |
| Hex | 61 | F0 | 71 | 3C | 0 | 35 | 6 | 7F | 53 | 42 |
| Octal | 141 | 360 | 161 | 74 | 0 | 65 | 6 | 177 | 123 | 102 |
| Binary | 1100001 | 11110000 | 1110001 | 111100 | 0 | 110101 | 110 | 1111111 | 1010011 | 1000010 |
Color Harmonies of #61F071
Complementary color
Monochromatic Colors of #61F071
Black with #61F071
Text Example
Text Example
White with #61F071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F071; }
p { color: rgb(97,240,113); }
H1.HeaderClassName
{
color: #61F071;
}
.AnyTagClassName
{
color: #61F071;
}
</style>
background-color css
<style>
a { background-color: #61F071; }
a { background-color: rgb(97,240,113); }
div.DivClassName
{
background-color: #61F071;
}
.BgClassName
{
background-color: #61F071;
}
</style>
border-color css
<style>
span { border-color: #61F071; }
span { border-color: rgb(97,240,113); }
td.TdClassName
{
border-color: #61F071;
}
.TagClassName
{
border-color: #61F071;
}
</style>