Shades of Bright Green #61FA16
Tints of Bright Green #61FA16
RGB
CMYK
RGB Variations
Color information
#61FA16 (or 0x61FA16) is known color: Bright Green. HEX triplet: 61, FA and 16. RGB value is (97,250,22). Sum of RGB (Red+Green+Blue) = 97+250+22=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 250 (98.05% from 255 or 67.75% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 250 - color contains mainly: green. Hex color #61FA16 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61FA16 is #9E05E9. Grayscale: #B3B3B3. Windows color (decimal): -10356202 or 1505889. OLE color: 1505889.
HSL color Cylindrical-coordinate representation of color #61FA16: hue angle of 100.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61FA16 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 250 | 22 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.02 |
| HSL | 100.26º | 0.96% | 0.53% | - |
| HSV(B) | 100.26º | 0.91% | 0.98% | - |
| XYZ | 39.26 | 70.97 | 12.39 | - |
| YUV | 178.26 | 39.81 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 250 | 22 | 0.61 | 0 | 0.91 | 0.02 | 100.26 | 0.96 | 0.53 |
| Hex | 61 | FA | 16 | 3D | 0 | 5B | 2 | 64 | 60 | 35 |
| Octal | 141 | 372 | 26 | 75 | 0 | 133 | 2 | 144 | 140 | 65 |
| Binary | 1100001 | 11111010 | 10110 | 111101 | 0 | 1011011 | 10 | 1100100 | 1100000 | 110101 |
Color Harmonies of #61FA16
Complementary color
Monochromatic Colors of #61FA16
Black with #61FA16
Text Example
Text Example
White with #61FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FA16; }
p { color: rgb(97,250,22); }
H1.HeaderClassName
{
color: #61FA16;
}
.AnyTagClassName
{
color: #61FA16;
}
</style>
background-color css
<style>
a { background-color: #61FA16; }
a { background-color: rgb(97,250,22); }
div.DivClassName
{
background-color: #61FA16;
}
.BgClassName
{
background-color: #61FA16;
}
</style>
border-color css
<style>
span { border-color: #61FA16; }
span { border-color: rgb(97,250,22); }
td.TdClassName
{
border-color: #61FA16;
}
.TagClassName
{
border-color: #61FA16;
}
</style>