Shades of Bright Green #61F111
Tints of Bright Green #61F111
RGB
CMYK
RGB Variations
Color information
#61F111 (or 0x61F111) is known color: Bright Green. HEX triplet: 61, F1 and 11. RGB value is (97,241,17). Sum of RGB (Red+Green+Blue) = 97+241+17=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 241 (94.53% from 255 or 67.89% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 241 - color contains mainly: green. Hex color #61F111 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F111 is #9E0EEE. Grayscale: #ADADAD. Windows color (decimal): -10358511 or 1175905. OLE color: 1175905.
HSL color Cylindrical-coordinate representation of color #61F111: hue angle of 98.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61F111 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 241 | 17 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.05 |
| HSL | 98.57º | 0.89% | 0.51% | - |
| HSV(B) | 98.57º | 0.93% | 0.95% | - |
| XYZ | 36.49 | 65.49 | 11.25 | - |
| YUV | 172.41 | 40.29 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 17 | 0.60 | 0 | 0.93 | 0.05 | 98.57 | 0.89 | 0.51 |
| Hex | 61 | F1 | 11 | 3C | 0 | 5D | 5 | 63 | 59 | 33 |
| Octal | 141 | 361 | 21 | 74 | 0 | 135 | 5 | 143 | 131 | 63 |
| Binary | 1100001 | 11110001 | 10001 | 111100 | 0 | 1011101 | 101 | 1100011 | 1011001 | 110011 |
Color Harmonies of #61F111
Complementary color
Monochromatic Colors of #61F111
Black with #61F111
Text Example
Text Example
White with #61F111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F111; }
p { color: rgb(97,241,17); }
H1.HeaderClassName
{
color: #61F111;
}
.AnyTagClassName
{
color: #61F111;
}
</style>
background-color css
<style>
a { background-color: #61F111; }
a { background-color: rgb(97,241,17); }
div.DivClassName
{
background-color: #61F111;
}
.BgClassName
{
background-color: #61F111;
}
</style>
border-color css
<style>
span { border-color: #61F111; }
span { border-color: rgb(97,241,17); }
td.TdClassName
{
border-color: #61F111;
}
.TagClassName
{
border-color: #61F111;
}
</style>