Shades of Bright Green #61FE20
Tints of Bright Green #61FE20
RGB
CMYK
RGB Variations
Color information
#61FE20 (or 0x61FE20) is known color: Bright Green. HEX triplet: 61, FE and 20. RGB value is (97,254,32). Sum of RGB (Red+Green+Blue) = 97+254+32=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 254 (99.61% from 255 or 66.32% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 254 - color contains mainly: green. Hex color #61FE20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FE20 is #9E01DF. Grayscale: #B6B6B6. Windows color (decimal): -10355168 or 2162273. OLE color: 2162273.
HSL color Cylindrical-coordinate representation of color #61FE20: hue angle of 102.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61FE20 is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 32 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.00 |
| HSL | 102.43º | 0.99% | 0.56% | - |
| HSV(B) | 102.43º | 0.87% | 1% | - |
| XYZ | 40.63 | 73.53 | 13.42 | - |
| YUV | 181.75 | 43.49 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 32 | 0.62 | 0 | 0.87 | 0.00 | 102.43 | 0.99 | 0.56 |
| Hex | 61 | FE | 20 | 3E | 0 | 57 | 0 | 66 | 63 | 38 |
| Octal | 141 | 376 | 40 | 76 | 0 | 127 | 0 | 146 | 143 | 70 |
| Binary | 1100001 | 11111110 | 100000 | 111110 | 0 | 1010111 | 0 | 1100110 | 1100011 | 111000 |
Color Harmonies of #61FE20
Complementary color
Monochromatic Colors of #61FE20
Black with #61FE20
Text Example
Text Example
White with #61FE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FE20; }
p { color: rgb(97,254,32); }
H1.HeaderClassName
{
color: #61FE20;
}
.AnyTagClassName
{
color: #61FE20;
}
</style>
background-color css
<style>
a { background-color: #61FE20; }
a { background-color: rgb(97,254,32); }
div.DivClassName
{
background-color: #61FE20;
}
.BgClassName
{
background-color: #61FE20;
}
</style>
border-color css
<style>
span { border-color: #61FE20; }
span { border-color: rgb(97,254,32); }
td.TdClassName
{
border-color: #61FE20;
}
.TagClassName
{
border-color: #61FE20;
}
</style>