Shades of Bright Green #61F50A
Tints of Bright Green #61F50A
RGB
CMYK
RGB Variations
Color information
#61F50A (or 0x61F50A) is known color: Bright Green. HEX triplet: 61, F5 and 0A. RGB value is (97,245,10). Sum of RGB (Red+Green+Blue) = 97+245+10=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 245 (96.09% from 255 or 69.60% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 245 - color contains mainly: green. Hex color #61F50A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F50A is #9E0AF5. Grayscale: #AEAEAE. Windows color (decimal): -10357494 or 718177. OLE color: 718177.
HSL color Cylindrical-coordinate representation of color #61F50A: hue angle of 97.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61F50A is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 245 | 10 | - |
| CMYK | 0.60 | 0 | 0.96 | 0.04 |
| HSL | 97.79º | 0.92% | 0.5% | - |
| HSV(B) | 97.79º | 0.96% | 0.96% | - |
| XYZ | 37.64 | 67.87 | 11.4 | - |
| YUV | 173.96 | 35.47 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 245 | 10 | 0.60 | 0 | 0.96 | 0.04 | 97.79 | 0.92 | 0.5 |
| Hex | 61 | F5 | A | 3C | 0 | 60 | 4 | 62 | 5C | 32 |
| Octal | 141 | 365 | 12 | 74 | 0 | 140 | 4 | 142 | 134 | 62 |
| Binary | 1100001 | 11110101 | 1010 | 111100 | 0 | 1100000 | 100 | 1100010 | 1011100 | 110010 |
Color Harmonies of #61F50A
Complementary color
Monochromatic Colors of #61F50A
Black with #61F50A
Text Example
Text Example
White with #61F50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F50A; }
p { color: rgb(97,245,10); }
H1.HeaderClassName
{
color: #61F50A;
}
.AnyTagClassName
{
color: #61F50A;
}
</style>
background-color css
<style>
a { background-color: #61F50A; }
a { background-color: rgb(97,245,10); }
div.DivClassName
{
background-color: #61F50A;
}
.BgClassName
{
background-color: #61F50A;
}
</style>
border-color css
<style>
span { border-color: #61F50A; }
span { border-color: rgb(97,245,10); }
td.TdClassName
{
border-color: #61F50A;
}
.TagClassName
{
border-color: #61F50A;
}
</style>