Shades of Bright Green #61EA18
Tints of Bright Green #61EA18
RGB
CMYK
RGB Variations
Color information
#61EA18 (or 0x61EA18) is known color: Bright Green. HEX triplet: 61, EA and 18. RGB value is (97,234,24). Sum of RGB (Red+Green+Blue) = 97+234+24=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 234 (91.80% from 255 or 65.92% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 234 - color contains mainly: green. Hex color #61EA18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61EA18 is #9E15E7. Grayscale: #A9A9A9. Windows color (decimal): -10360296 or 1632865. OLE color: 1632865.
HSL color Cylindrical-coordinate representation of color #61EA18: hue angle of 99.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61EA18 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 234 | 24 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.08 |
| HSL | 99.14º | 0.83% | 0.51% | - |
| HSV(B) | 99.14º | 0.9% | 0.92% | - |
| XYZ | 34.52 | 61.45 | 10.91 | - |
| YUV | 169.1 | 46.11 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 234 | 24 | 0.59 | 0 | 0.90 | 0.08 | 99.14 | 0.83 | 0.51 |
| Hex | 61 | EA | 18 | 3B | 0 | 5A | 8 | 63 | 53 | 33 |
| Octal | 141 | 352 | 30 | 73 | 0 | 132 | 10 | 143 | 123 | 63 |
| Binary | 1100001 | 11101010 | 11000 | 111011 | 0 | 1011010 | 1000 | 1100011 | 1010011 | 110011 |
Color Harmonies of #61EA18
Complementary color
Monochromatic Colors of #61EA18
Black with #61EA18
Text Example
Text Example
White with #61EA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EA18; }
p { color: rgb(97,234,24); }
H1.HeaderClassName
{
color: #61EA18;
}
.AnyTagClassName
{
color: #61EA18;
}
</style>
background-color css
<style>
a { background-color: #61EA18; }
a { background-color: rgb(97,234,24); }
div.DivClassName
{
background-color: #61EA18;
}
.BgClassName
{
background-color: #61EA18;
}
</style>
border-color css
<style>
span { border-color: #61EA18; }
span { border-color: rgb(97,234,24); }
td.TdClassName
{
border-color: #61EA18;
}
.TagClassName
{
border-color: #61EA18;
}
</style>