Shades of Bright Green #61E301
Tints of Bright Green #61E301
RGB
CMYK
RGB Variations
Color information
#61E301 (or 0x61E301) is known color: Bright Green. HEX triplet: 61, E3 and 01. RGB value is (97,227,1). Sum of RGB (Red+Green+Blue) = 97+227+1=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 227 (89.06% from 255 or 69.85% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 227 - color contains mainly: green. Hex color #61E301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61E301 is #9E1CFE. Grayscale: #A3A3A3. Windows color (decimal): -10362111 or 123745. OLE color: 123745.
HSL color Cylindrical-coordinate representation of color #61E301: hue angle of 94.51º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61E301 is Cyan = 0.57, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 227 | 1 | - |
| CMYK | 0.57 | 0 | 1.00 | 0.11 |
| HSL | 94.51º | 0.99% | 0.45% | - |
| HSV(B) | 94.51º | 1% | 0.89% | - |
| XYZ | 32.4 | 57.48 | 9.42 | - |
| YUV | 162.37 | 36.93 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 227 | 1 | 0.57 | 0 | 1.00 | 0.11 | 94.51 | 0.99 | 0.45 |
| Hex | 61 | E3 | 1 | 39 | 0 | 64 | B | 5F | 63 | 2D |
| Octal | 141 | 343 | 1 | 71 | 0 | 144 | 13 | 137 | 143 | 55 |
| Binary | 1100001 | 11100011 | 1 | 111001 | 0 | 1100100 | 1011 | 1011111 | 1100011 | 101101 |
Color Harmonies of #61E301
Complementary color
Monochromatic Colors of #61E301
Black with #61E301
Text Example
Text Example
White with #61E301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E301; }
p { color: rgb(97,227,1); }
H1.HeaderClassName
{
color: #61E301;
}
.AnyTagClassName
{
color: #61E301;
}
</style>
background-color css
<style>
a { background-color: #61E301; }
a { background-color: rgb(97,227,1); }
div.DivClassName
{
background-color: #61E301;
}
.BgClassName
{
background-color: #61E301;
}
</style>
border-color css
<style>
span { border-color: #61E301; }
span { border-color: rgb(97,227,1); }
td.TdClassName
{
border-color: #61E301;
}
.TagClassName
{
border-color: #61E301;
}
</style>