Shades of Bright Green #61FE0A
Tints of Bright Green #61FE0A
RGB
CMYK
RGB Variations
Color information
#61FE0A (or 0x61FE0A) is known color: Bright Green. HEX triplet: 61, FE and 0A. RGB value is (97,254,10). Sum of RGB (Red+Green+Blue) = 97+254+10=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 254 (99.61% from 255 or 70.36% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61FE0A is #9E01F5. Grayscale: #B4B4B4. Windows color (decimal): -10355190 or 720481. OLE color: 720481.
HSL color Cylindrical-coordinate representation of color #61FE0A: hue angle of 98.61º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61FE0A is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 10 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.00 |
| HSL | 98.61º | 0.99% | 0.52% | - |
| HSV(B) | 98.61º | 0.96% | 1% | - |
| XYZ | 40.43 | 73.45 | 12.33 | - |
| YUV | 179.24 | 32.49 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 10 | 0.62 | 0 | 0.96 | 0.00 | 98.61 | 0.99 | 0.52 |
| Hex | 61 | FE | A | 3E | 0 | 60 | 0 | 63 | 63 | 34 |
| Octal | 141 | 376 | 12 | 76 | 0 | 140 | 0 | 143 | 143 | 64 |
| Binary | 1100001 | 11111110 | 1010 | 111110 | 0 | 1100000 | 0 | 1100011 | 1100011 | 110100 |
Color Harmonies of #61FE0A
Complementary color
Monochromatic Colors of #61FE0A
Black with #61FE0A
Text Example
Text Example
White with #61FE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE0A; }
p { color: rgb(97,254,10); }
H1.HeaderClassName
{
color: #61FE0A;
}
.AnyTagClassName
{
color: #61FE0A;
}
</style>
background-color css
<style>
a { background-color: #61FE0A; }
a { background-color: rgb(97,254,10); }
div.DivClassName
{
background-color: #61FE0A;
}
.BgClassName
{
background-color: #61FE0A;
}
</style>
border-color css
<style>
span { border-color: #61FE0A; }
span { border-color: rgb(97,254,10); }
td.TdClassName
{
border-color: #61FE0A;
}
.TagClassName
{
border-color: #61FE0A;
}
</style>