Shades of Bright Green #61E420
Tints of Bright Green #61E420
RGB
CMYK
RGB Variations
Color information
#61E420 (or 0x61E420) is known color: Bright Green. HEX triplet: 61, E4 and 20. RGB value is (97,228,32). Sum of RGB (Red+Green+Blue) = 97+228+32=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 228 (89.45% from 255 or 63.87% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 228 - color contains mainly: green. Hex color #61E420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61E420 is #9E1BDF. Grayscale: #A7A7A7. Windows color (decimal): -10361824 or 2155617. OLE color: 2155617.
HSL color Cylindrical-coordinate representation of color #61E420: hue angle of 100.1º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61E420 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 228 | 32 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.11 |
| HSL | 100.1º | 0.78% | 0.51% | - |
| HSV(B) | 100.1º | 0.86% | 0.89% | - |
| XYZ | 32.93 | 58.13 | 10.85 | - |
| YUV | 166.49 | 52.1 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 228 | 32 | 0.57 | 0 | 0.86 | 0.11 | 100.1 | 0.78 | 0.51 |
| Hex | 61 | E4 | 20 | 39 | 0 | 56 | B | 64 | 4E | 33 |
| Octal | 141 | 344 | 40 | 71 | 0 | 126 | 13 | 144 | 116 | 63 |
| Binary | 1100001 | 11100100 | 100000 | 111001 | 0 | 1010110 | 1011 | 1100100 | 1001110 | 110011 |
Color Harmonies of #61E420
Complementary color
Monochromatic Colors of #61E420
Black with #61E420
Text Example
Text Example
White with #61E420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E420; }
p { color: rgb(97,228,32); }
H1.HeaderClassName
{
color: #61E420;
}
.AnyTagClassName
{
color: #61E420;
}
</style>
background-color css
<style>
a { background-color: #61E420; }
a { background-color: rgb(97,228,32); }
div.DivClassName
{
background-color: #61E420;
}
.BgClassName
{
background-color: #61E420;
}
</style>
border-color css
<style>
span { border-color: #61E420; }
span { border-color: rgb(97,228,32); }
td.TdClassName
{
border-color: #61E420;
}
.TagClassName
{
border-color: #61E420;
}
</style>