Shades of Bright Green #61ED20
Tints of Bright Green #61ED20
RGB
CMYK
RGB Variations
Color information
#61ED20 (or 0x61ED20) is known color: Bright Green. HEX triplet: 61, ED and 20. RGB value is (97,237,32). Sum of RGB (Red+Green+Blue) = 97+237+32=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 237 (92.97% from 255 or 64.75% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 237 - color contains mainly: green. Hex color #61ED20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61ED20 is #9E12DF. Grayscale: #ACACAC. Windows color (decimal): -10359520 or 2157921. OLE color: 2157921.
HSL color Cylindrical-coordinate representation of color #61ED20: hue angle of 100.98º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61ED20 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 237 | 32 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.07 |
| HSL | 100.98º | 0.85% | 0.53% | - |
| HSV(B) | 100.98º | 0.86% | 0.93% | - |
| XYZ | 35.47 | 63.21 | 11.7 | - |
| YUV | 171.77 | 49.12 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 32 | 0.59 | 0 | 0.86 | 0.07 | 100.98 | 0.85 | 0.53 |
| Hex | 61 | ED | 20 | 3B | 0 | 56 | 7 | 65 | 55 | 35 |
| Octal | 141 | 355 | 40 | 73 | 0 | 126 | 7 | 145 | 125 | 65 |
| Binary | 1100001 | 11101101 | 100000 | 111011 | 0 | 1010110 | 111 | 1100101 | 1010101 | 110101 |
Color Harmonies of #61ED20
Complementary color
Monochromatic Colors of #61ED20
Black with #61ED20
Text Example
Text Example
White with #61ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ED20; }
p { color: rgb(97,237,32); }
H1.HeaderClassName
{
color: #61ED20;
}
.AnyTagClassName
{
color: #61ED20;
}
</style>
background-color css
<style>
a { background-color: #61ED20; }
a { background-color: rgb(97,237,32); }
div.DivClassName
{
background-color: #61ED20;
}
.BgClassName
{
background-color: #61ED20;
}
</style>
border-color css
<style>
span { border-color: #61ED20; }
span { border-color: rgb(97,237,32); }
td.TdClassName
{
border-color: #61ED20;
}
.TagClassName
{
border-color: #61ED20;
}
</style>