Shades of Bright Green #59E601
Tints of Bright Green #59E601
RGB
CMYK
RGB Variations
Color information
#59E601 (or 0x59E601) is known color: Bright Green. HEX triplet: 59, E6 and 01. RGB value is (89,230,1). Sum of RGB (Red+Green+Blue) = 89+230+1=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 230 (90.23% from 255 or 71.88% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 230 - color contains mainly: green. Hex color #59E601 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #59E601 is #A619FE. Grayscale: #A2A2A2. Windows color (decimal): -10885631 or 124505. OLE color: 124505.
HSL color Cylindrical-coordinate representation of color #59E601: hue angle of 96.94º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59E601 is Cyan = 0.61, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 230 | 1 | - |
| CMYK | 0.61 | 0 | 1.00 | 0.10 |
| HSL | 96.94º | 0.99% | 0.45% | - |
| HSV(B) | 96.94º | 1% | 0.9% | - |
| XYZ | 32.42 | 58.72 | 9.65 | - |
| YUV | 161.74 | 37.29 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 230 | 1 | 0.61 | 0 | 1.00 | 0.10 | 96.94 | 0.99 | 0.45 |
| Hex | 59 | E6 | 1 | 3D | 0 | 64 | A | 61 | 63 | 2D |
| Octal | 131 | 346 | 1 | 75 | 0 | 144 | 12 | 141 | 143 | 55 |
| Binary | 1011001 | 11100110 | 1 | 111101 | 0 | 1100100 | 1010 | 1100001 | 1100011 | 101101 |
Color Harmonies of #59E601
Complementary color
Monochromatic Colors of #59E601
Black with #59E601
Text Example
Text Example
White with #59E601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E601; }
p { color: rgb(89,230,1); }
H1.HeaderClassName
{
color: #59E601;
}
.AnyTagClassName
{
color: #59E601;
}
</style>
background-color css
<style>
a { background-color: #59E601; }
a { background-color: rgb(89,230,1); }
div.DivClassName
{
background-color: #59E601;
}
.BgClassName
{
background-color: #59E601;
}
</style>
border-color css
<style>
span { border-color: #59E601; }
span { border-color: rgb(89,230,1); }
td.TdClassName
{
border-color: #59E601;
}
.TagClassName
{
border-color: #59E601;
}
</style>