Shades of Bright Green #61E913
Tints of Bright Green #61E913
RGB
CMYK
RGB Variations
Color information
#61E913 (or 0x61E913) is known color: Bright Green. HEX triplet: 61, E9 and 13. RGB value is (97,233,19). Sum of RGB (Red+Green+Blue) = 97+233+19=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 233 (91.41% from 255 or 66.76% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 233 - color contains mainly: green. Hex color #61E913 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61E913 is #9E16EC. Grayscale: #A8A8A8. Windows color (decimal): -10360557 or 1304929. OLE color: 1304929.
HSL color Cylindrical-coordinate representation of color #61E913: hue angle of 98.13º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61E913 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 233 | 19 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.09 |
| HSL | 98.13º | 0.85% | 0.49% | - |
| HSV(B) | 98.13º | 0.92% | 0.91% | - |
| XYZ | 34.19 | 60.87 | 10.56 | - |
| YUV | 167.94 | 43.94 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 233 | 19 | 0.58 | 0 | 0.92 | 0.09 | 98.13 | 0.85 | 0.49 |
| Hex | 61 | E9 | 13 | 3A | 0 | 5C | 9 | 62 | 55 | 31 |
| Octal | 141 | 351 | 23 | 72 | 0 | 134 | 11 | 142 | 125 | 61 |
| Binary | 1100001 | 11101001 | 10011 | 111010 | 0 | 1011100 | 1001 | 1100010 | 1010101 | 110001 |
Color Harmonies of #61E913
Complementary color
Monochromatic Colors of #61E913
Black with #61E913
Text Example
Text Example
White with #61E913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E913; }
p { color: rgb(97,233,19); }
H1.HeaderClassName
{
color: #61E913;
}
.AnyTagClassName
{
color: #61E913;
}
</style>
background-color css
<style>
a { background-color: #61E913; }
a { background-color: rgb(97,233,19); }
div.DivClassName
{
background-color: #61E913;
}
.BgClassName
{
background-color: #61E913;
}
</style>
border-color css
<style>
span { border-color: #61E913; }
span { border-color: rgb(97,233,19); }
td.TdClassName
{
border-color: #61E913;
}
.TagClassName
{
border-color: #61E913;
}
</style>