Shades of Screamin' Green #61DC57
Tints of Screamin' Green #61DC57
RGB
CMYK
RGB Variations
Color information
#61DC57 (or 0x61DC57) is known color: Screamin' Green. HEX triplet: 61, DC and 57. RGB value is (97,220,87). Sum of RGB (Red+Green+Blue) = 97+220+87=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DC57 is #9E23A8. Grayscale: #A8A8A8. Windows color (decimal): -10363817 or 5758049. OLE color: 5758049.
HSL color Cylindrical-coordinate representation of color #61DC57: hue angle of 115.49º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61DC57 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 87 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.14 |
| HSL | 115.49º | 0.66% | 0.6% | - |
| HSV(B) | 115.49º | 0.6% | 0.86% | - |
| XYZ | 32.24 | 54.42 | 17.82 | - |
| YUV | 168.06 | 82.25 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 87 | 0.56 | 0 | 0.60 | 0.14 | 115.49 | 0.66 | 0.6 |
| Hex | 61 | DC | 57 | 38 | 0 | 3C | E | 73 | 42 | 3C |
| Octal | 141 | 334 | 127 | 70 | 0 | 74 | 16 | 163 | 102 | 74 |
| Binary | 1100001 | 11011100 | 1010111 | 111000 | 0 | 111100 | 1110 | 1110011 | 1000010 | 111100 |
Color Harmonies of #61DC57
Complementary color
Monochromatic Colors of #61DC57
Black with #61DC57
Text Example
Text Example
White with #61DC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC57; }
p { color: rgb(97,220,87); }
H1.HeaderClassName
{
color: #61DC57;
}
.AnyTagClassName
{
color: #61DC57;
}
</style>
background-color css
<style>
a { background-color: #61DC57; }
a { background-color: rgb(97,220,87); }
div.DivClassName
{
background-color: #61DC57;
}
.BgClassName
{
background-color: #61DC57;
}
</style>
border-color css
<style>
span { border-color: #61DC57; }
span { border-color: rgb(97,220,87); }
td.TdClassName
{
border-color: #61DC57;
}
.TagClassName
{
border-color: #61DC57;
}
</style>