Shades of Bright Green #61EC12
Tints of Bright Green #61EC12
RGB
CMYK
RGB Variations
Color information
#61EC12 (or 0x61EC12) is known color: Bright Green. HEX triplet: 61, EC and 12. RGB value is (97,236,18). Sum of RGB (Red+Green+Blue) = 97+236+18=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 236 (92.58% from 255 or 67.24% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 236 - color contains mainly: green. Hex color #61EC12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61EC12 is #9E13ED. Grayscale: #AAAAAA. Windows color (decimal): -10359790 or 1240161. OLE color: 1240161.
HSL color Cylindrical-coordinate representation of color #61EC12: hue angle of 98.26º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61EC12 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 18 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.07 |
| HSL | 98.26º | 0.86% | 0.5% | - |
| HSV(B) | 98.26º | 0.92% | 0.93% | - |
| XYZ | 35.03 | 62.58 | 10.8 | - |
| YUV | 169.59 | 42.45 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 18 | 0.59 | 0 | 0.92 | 0.07 | 98.26 | 0.86 | 0.5 |
| Hex | 61 | EC | 12 | 3B | 0 | 5C | 7 | 62 | 56 | 32 |
| Octal | 141 | 354 | 22 | 73 | 0 | 134 | 7 | 142 | 126 | 62 |
| Binary | 1100001 | 11101100 | 10010 | 111011 | 0 | 1011100 | 111 | 1100010 | 1010110 | 110010 |
Color Harmonies of #61EC12
Complementary color
Monochromatic Colors of #61EC12
Black with #61EC12
Text Example
Text Example
White with #61EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EC12; }
p { color: rgb(97,236,18); }
H1.HeaderClassName
{
color: #61EC12;
}
.AnyTagClassName
{
color: #61EC12;
}
</style>
background-color css
<style>
a { background-color: #61EC12; }
a { background-color: rgb(97,236,18); }
div.DivClassName
{
background-color: #61EC12;
}
.BgClassName
{
background-color: #61EC12;
}
</style>
border-color css
<style>
span { border-color: #61EC12; }
span { border-color: rgb(97,236,18); }
td.TdClassName
{
border-color: #61EC12;
}
.TagClassName
{
border-color: #61EC12;
}
</style>