Shades of Bright Green #61E80D
Tints of Bright Green #61E80D
RGB
CMYK
RGB Variations
Color information
#61E80D (or 0x61E80D) is known color: Bright Green. HEX triplet: 61, E8 and 0D. RGB value is (97,232,13). Sum of RGB (Red+Green+Blue) = 97+232+13=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 232 (91.02% from 255 or 67.84% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 232 - color contains mainly: green. Hex color #61E80D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61E80D is #9E17F2. Grayscale: #A7A7A7. Windows color (decimal): -10360819 or 911457. OLE color: 911457.
HSL color Cylindrical-coordinate representation of color #61E80D: hue angle of 96.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61E80D is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 13 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.09 |
| HSL | 96.99º | 0.89% | 0.48% | - |
| HSV(B) | 96.99º | 0.94% | 0.91% | - |
| XYZ | 33.86 | 60.28 | 10.23 | - |
| YUV | 166.67 | 41.27 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 13 | 0.58 | 0 | 0.94 | 0.09 | 96.99 | 0.89 | 0.48 |
| Hex | 61 | E8 | D | 3A | 0 | 5E | 9 | 61 | 59 | 30 |
| Octal | 141 | 350 | 15 | 72 | 0 | 136 | 11 | 141 | 131 | 60 |
| Binary | 1100001 | 11101000 | 1101 | 111010 | 0 | 1011110 | 1001 | 1100001 | 1011001 | 110000 |
Color Harmonies of #61E80D
Complementary color
Monochromatic Colors of #61E80D
Black with #61E80D
Text Example
Text Example
White with #61E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E80D; }
p { color: rgb(97,232,13); }
H1.HeaderClassName
{
color: #61E80D;
}
.AnyTagClassName
{
color: #61E80D;
}
</style>
background-color css
<style>
a { background-color: #61E80D; }
a { background-color: rgb(97,232,13); }
div.DivClassName
{
background-color: #61E80D;
}
.BgClassName
{
background-color: #61E80D;
}
</style>
border-color css
<style>
span { border-color: #61E80D; }
span { border-color: rgb(97,232,13); }
td.TdClassName
{
border-color: #61E80D;
}
.TagClassName
{
border-color: #61E80D;
}
</style>