Shades of Screamin' Green #61DD59
Tints of Screamin' Green #61DD59
RGB
CMYK
RGB Variations
Color information
#61DD59 (or 0x61DD59) is known color: Screamin' Green. HEX triplet: 61, DD and 59. RGB value is (97,221,89). Sum of RGB (Red+Green+Blue) = 97+221+89=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61DD59 is #9E22A6. Grayscale: #A9A9A9. Windows color (decimal): -10363559 or 5889377. OLE color: 5889377.
HSL color Cylindrical-coordinate representation of color #61DD59: hue angle of 116.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61DD59 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 89 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.13 |
| HSL | 116.36º | 0.66% | 0.61% | - |
| HSV(B) | 116.36º | 0.6% | 0.87% | - |
| XYZ | 32.59 | 54.98 | 18.34 | - |
| YUV | 168.88 | 82.92 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 89 | 0.56 | 0 | 0.60 | 0.13 | 116.36 | 0.66 | 0.61 |
| Hex | 61 | DD | 59 | 38 | 0 | 3C | D | 74 | 42 | 3D |
| Octal | 141 | 335 | 131 | 70 | 0 | 74 | 15 | 164 | 102 | 75 |
| Binary | 1100001 | 11011101 | 1011001 | 111000 | 0 | 111100 | 1101 | 1110100 | 1000010 | 111101 |
Color Harmonies of #61DD59
Complementary color
Monochromatic Colors of #61DD59
Black with #61DD59
Text Example
Text Example
White with #61DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD59; }
p { color: rgb(97,221,89); }
H1.HeaderClassName
{
color: #61DD59;
}
.AnyTagClassName
{
color: #61DD59;
}
</style>
background-color css
<style>
a { background-color: #61DD59; }
a { background-color: rgb(97,221,89); }
div.DivClassName
{
background-color: #61DD59;
}
.BgClassName
{
background-color: #61DD59;
}
</style>
border-color css
<style>
span { border-color: #61DD59; }
span { border-color: rgb(97,221,89); }
td.TdClassName
{
border-color: #61DD59;
}
.TagClassName
{
border-color: #61DD59;
}
</style>