Shades of Bright Green #61E30F
Tints of Bright Green #61E30F
RGB
CMYK
RGB Variations
Color information
#61E30F (or 0x61E30F) is known color: Bright Green. HEX triplet: 61, E3 and 0F. RGB value is (97,227,15). Sum of RGB (Red+Green+Blue) = 97+227+15=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 227 (89.06% from 255 or 66.96% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 227 - color contains mainly: green. Hex color #61E30F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61E30F is #9E1CF0. Grayscale: #A4A4A4. Windows color (decimal): -10362097 or 1041249. OLE color: 1041249.
HSL color Cylindrical-coordinate representation of color #61E30F: hue angle of 96.79º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61E30F is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 227 | 15 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.11 |
| HSL | 96.79º | 0.88% | 0.47% | - |
| HSV(B) | 96.79º | 0.93% | 0.89% | - |
| XYZ | 32.49 | 57.51 | 9.84 | - |
| YUV | 163.96 | 43.93 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 227 | 15 | 0.57 | 0 | 0.93 | 0.11 | 96.79 | 0.88 | 0.47 |
| Hex | 61 | E3 | F | 39 | 0 | 5D | B | 61 | 58 | 2F |
| Octal | 141 | 343 | 17 | 71 | 0 | 135 | 13 | 141 | 130 | 57 |
| Binary | 1100001 | 11100011 | 1111 | 111001 | 0 | 1011101 | 1011 | 1100001 | 1011000 | 101111 |
Color Harmonies of #61E30F
Complementary color
Monochromatic Colors of #61E30F
Black with #61E30F
Text Example
Text Example
White with #61E30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E30F; }
p { color: rgb(97,227,15); }
H1.HeaderClassName
{
color: #61E30F;
}
.AnyTagClassName
{
color: #61E30F;
}
</style>
background-color css
<style>
a { background-color: #61E30F; }
a { background-color: rgb(97,227,15); }
div.DivClassName
{
background-color: #61E30F;
}
.BgClassName
{
background-color: #61E30F;
}
</style>
border-color css
<style>
span { border-color: #61E30F; }
span { border-color: rgb(97,227,15); }
td.TdClassName
{
border-color: #61E30F;
}
.TagClassName
{
border-color: #61E30F;
}
</style>