Shades of Bright Green #61F220
Tints of Bright Green #61F220
RGB
CMYK
RGB Variations
Color information
#61F220 (or 0x61F220) is known color: Bright Green. HEX triplet: 61, F2 and 20. RGB value is (97,242,32). Sum of RGB (Red+Green+Blue) = 97+242+32=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 242 (94.92% from 255 or 65.23% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 242 - color contains mainly: green. Hex color #61F220 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F220 is #9E0DDF. Grayscale: #AFAFAF. Windows color (decimal): -10358240 or 2159201. OLE color: 2159201.
HSL color Cylindrical-coordinate representation of color #61F220: hue angle of 101.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61F220 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 32 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.05 |
| HSL | 101.43º | 0.89% | 0.54% | - |
| HSV(B) | 101.43º | 0.87% | 0.95% | - |
| XYZ | 36.94 | 66.15 | 12.19 | - |
| YUV | 174.71 | 47.46 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 32 | 0.60 | 0 | 0.87 | 0.05 | 101.43 | 0.89 | 0.54 |
| Hex | 61 | F2 | 20 | 3C | 0 | 57 | 5 | 65 | 59 | 36 |
| Octal | 141 | 362 | 40 | 74 | 0 | 127 | 5 | 145 | 131 | 66 |
| Binary | 1100001 | 11110010 | 100000 | 111100 | 0 | 1010111 | 101 | 1100101 | 1011001 | 110110 |
Color Harmonies of #61F220
Complementary color
Monochromatic Colors of #61F220
Black with #61F220
Text Example
Text Example
White with #61F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F220; }
p { color: rgb(97,242,32); }
H1.HeaderClassName
{
color: #61F220;
}
.AnyTagClassName
{
color: #61F220;
}
</style>
background-color css
<style>
a { background-color: #61F220; }
a { background-color: rgb(97,242,32); }
div.DivClassName
{
background-color: #61F220;
}
.BgClassName
{
background-color: #61F220;
}
</style>
border-color css
<style>
span { border-color: #61F220; }
span { border-color: rgb(97,242,32); }
td.TdClassName
{
border-color: #61F220;
}
.TagClassName
{
border-color: #61F220;
}
</style>