Shades of Bright Green #61E504
Tints of Bright Green #61E504
RGB
CMYK
RGB Variations
Color information
#61E504 (or 0x61E504) is known color: Bright Green. HEX triplet: 61, E5 and 04. RGB value is (97,229,4). Sum of RGB (Red+Green+Blue) = 97+229+4=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #61E504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61E504 is #9E1AFB. Grayscale: #A4A4A4. Windows color (decimal): -10361596 or 320865. OLE color: 320865.
HSL color Cylindrical-coordinate representation of color #61E504: hue angle of 95.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61E504 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.10 |
| HSL | 95.2º | 0.97% | 0.46% | - |
| HSV(B) | 95.2º | 0.98% | 0.9% | - |
| XYZ | 32.97 | 58.59 | 9.69 | - |
| YUV | 163.88 | 37.77 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 4 | 0.58 | 0 | 0.98 | 0.10 | 95.2 | 0.97 | 0.46 |
| Hex | 61 | E5 | 4 | 3A | 0 | 62 | A | 5F | 61 | 2E |
| Octal | 141 | 345 | 4 | 72 | 0 | 142 | 12 | 137 | 141 | 56 |
| Binary | 1100001 | 11100101 | 100 | 111010 | 0 | 1100010 | 1010 | 1011111 | 1100001 | 101110 |
Color Harmonies of #61E504
Complementary color
Monochromatic Colors of #61E504
Black with #61E504
Text Example
Text Example
White with #61E504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E504; }
p { color: rgb(97,229,4); }
H1.HeaderClassName
{
color: #61E504;
}
.AnyTagClassName
{
color: #61E504;
}
</style>
background-color css
<style>
a { background-color: #61E504; }
a { background-color: rgb(97,229,4); }
div.DivClassName
{
background-color: #61E504;
}
.BgClassName
{
background-color: #61E504;
}
</style>
border-color css
<style>
span { border-color: #61E504; }
span { border-color: rgb(97,229,4); }
td.TdClassName
{
border-color: #61E504;
}
.TagClassName
{
border-color: #61E504;
}
</style>