Shades of Screamin' Green #61F04A
Tints of Screamin' Green #61F04A
RGB
CMYK
RGB Variations
Color information
#61F04A (or 0x61F04A) is known color: Screamin' Green. HEX triplet: 61, F0 and 4A. RGB value is (97,240,74). Sum of RGB (Red+Green+Blue) = 97+240+74=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #61F04A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F04A is #9E0FB5. Grayscale: #B2B2B2. Windows color (decimal): -10358710 or 4911201. OLE color: 4911201.
HSL color Cylindrical-coordinate representation of color #61F04A: hue angle of 111.69º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61F04A is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 240 | 74 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.06 |
| HSL | 111.69º | 0.85% | 0.62% | - |
| HSV(B) | 111.69º | 0.69% | 0.94% | - |
| XYZ | 37.33 | 65.36 | 17.13 | - |
| YUV | 178.32 | 69.12 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 74 | 0.60 | 0 | 0.69 | 0.06 | 111.69 | 0.85 | 0.62 |
| Hex | 61 | F0 | 4A | 3C | 0 | 45 | 6 | 70 | 55 | 3E |
| Octal | 141 | 360 | 112 | 74 | 0 | 105 | 6 | 160 | 125 | 76 |
| Binary | 1100001 | 11110000 | 1001010 | 111100 | 0 | 1000101 | 110 | 1110000 | 1010101 | 111110 |
Color Harmonies of #61F04A
Complementary color
Monochromatic Colors of #61F04A
Black with #61F04A
Text Example
Text Example
White with #61F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F04A; }
p { color: rgb(97,240,74); }
H1.HeaderClassName
{
color: #61F04A;
}
.AnyTagClassName
{
color: #61F04A;
}
</style>
background-color css
<style>
a { background-color: #61F04A; }
a { background-color: rgb(97,240,74); }
div.DivClassName
{
background-color: #61F04A;
}
.BgClassName
{
background-color: #61F04A;
}
</style>
border-color css
<style>
span { border-color: #61F04A; }
span { border-color: rgb(97,240,74); }
td.TdClassName
{
border-color: #61F04A;
}
.TagClassName
{
border-color: #61F04A;
}
</style>