Shades of Screamin' Green #61F988
Tints of Screamin' Green #61F988
RGB
CMYK
RGB Variations
Color information
#61F988 (or 0x61F988) is known color: Screamin' Green. HEX triplet: 61, F9 and 88. RGB value is (97,249,136). Sum of RGB (Red+Green+Blue) = 97+249+136=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 249 (97.66% from 255 or 51.66% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 249 - color contains mainly: green. Hex color #61F988 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F988 is #9E0677. Grayscale: #BEBEBE. Windows color (decimal): -10356344 or 8976737. OLE color: 8976737.
HSL color Cylindrical-coordinate representation of color #61F988: hue angle of 135.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F988 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 136 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.02 |
| HSL | 135.39º | 0.93% | 0.68% | - |
| HSV(B) | 135.39º | 0.61% | 0.98% | - |
| XYZ | 43.25 | 72.07 | 34.92 | - |
| YUV | 190.67 | 97.14 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 136 | 0.61 | 0 | 0.45 | 0.02 | 135.39 | 0.93 | 0.68 |
| Hex | 61 | F9 | 88 | 3D | 0 | 2D | 2 | 87 | 5D | 44 |
| Octal | 141 | 371 | 210 | 75 | 0 | 55 | 2 | 207 | 135 | 104 |
| Binary | 1100001 | 11111001 | 10001000 | 111101 | 0 | 101101 | 10 | 10000111 | 1011101 | 1000100 |
Color Harmonies of #61F988
Complementary color
Monochromatic Colors of #61F988
Black with #61F988
Text Example
Text Example
White with #61F988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F988; }
p { color: rgb(97,249,136); }
H1.HeaderClassName
{
color: #61F988;
}
.AnyTagClassName
{
color: #61F988;
}
</style>
background-color css
<style>
a { background-color: #61F988; }
a { background-color: rgb(97,249,136); }
div.DivClassName
{
background-color: #61F988;
}
.BgClassName
{
background-color: #61F988;
}
</style>
border-color css
<style>
span { border-color: #61F988; }
span { border-color: rgb(97,249,136); }
td.TdClassName
{
border-color: #61F988;
}
.TagClassName
{
border-color: #61F988;
}
</style>