Shades of Screamin' Green #61F98F
Tints of Screamin' Green #61F98F
RGB
CMYK
RGB Variations
Color information
#61F98F (or 0x61F98F) is known color: Screamin' Green. HEX triplet: 61, F9 and 8F. RGB value is (97,249,143). Sum of RGB (Red+Green+Blue) = 97+249+143=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 249 (97.66% from 255 or 50.92% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 249 - color contains mainly: green. Hex color #61F98F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #61F98F is #9E0670. Grayscale: #BFBFBF. Windows color (decimal): -10356337 or 9435489. OLE color: 9435489.
HSL color Cylindrical-coordinate representation of color #61F98F: hue angle of 138.16º 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 #61F98F is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 143 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.02 |
| HSL | 138.16º | 0.93% | 0.68% | - |
| HSV(B) | 138.16º | 0.61% | 0.98% | - |
| XYZ | 43.76 | 72.28 | 37.63 | - |
| YUV | 191.47 | 100.64 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 143 | 0.61 | 0 | 0.43 | 0.02 | 138.16 | 0.93 | 0.68 |
| Hex | 61 | F9 | 8F | 3D | 0 | 2B | 2 | 8A | 5D | 44 |
| Octal | 141 | 371 | 217 | 75 | 0 | 53 | 2 | 212 | 135 | 104 |
| Binary | 1100001 | 11111001 | 10001111 | 111101 | 0 | 101011 | 10 | 10001010 | 1011101 | 1000100 |
Color Harmonies of #61F98F
Complementary color
Monochromatic Colors of #61F98F
Black with #61F98F
Text Example
Text Example
White with #61F98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F98F; }
p { color: rgb(97,249,143); }
H1.HeaderClassName
{
color: #61F98F;
}
.AnyTagClassName
{
color: #61F98F;
}
</style>
background-color css
<style>
a { background-color: #61F98F; }
a { background-color: rgb(97,249,143); }
div.DivClassName
{
background-color: #61F98F;
}
.BgClassName
{
background-color: #61F98F;
}
</style>
border-color css
<style>
span { border-color: #61F98F; }
span { border-color: rgb(97,249,143); }
td.TdClassName
{
border-color: #61F98F;
}
.TagClassName
{
border-color: #61F98F;
}
</style>