Shades of Bright Green #61FF1A
Tints of Bright Green #61FF1A
RGB
CMYK
RGB Variations
Color information
#61FF1A (or 0x61FF1A) is known color: Bright Green. HEX triplet: 61, FF and 1A. RGB value is (97,255,26). Sum of RGB (Red+Green+Blue) = 97+255+26=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 255 (100% from 255 or 67.46% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FF1A is #9E00E5. Grayscale: #B6B6B6. Windows color (decimal): -10354918 or 1769313. OLE color: 1769313.
HSL color Cylindrical-coordinate representation of color #61FF1A: hue angle of 101.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61FF1A is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 26 | - |
| CMYK | 0.62 | 0 | 0.90 | 0 |
| HSL | 101.4º | 1% | 0.55% | - |
| HSV(B) | 101.4º | 0.9% | 1% | - |
| XYZ | 40.88 | 74.14 | 13.13 | - |
| YUV | 181.65 | 40.15 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 26 | 0.62 | 0 | 0.90 | 0 | 101.4 | 1 | 0.55 |
| Hex | 61 | FF | 1A | 3E | 0 | 5A | 0 | 65 | 64 | 37 |
| Octal | 141 | 377 | 32 | 76 | 0 | 132 | 0 | 145 | 144 | 67 |
| Binary | 1100001 | 11111111 | 11010 | 111110 | 0 | 1011010 | 0 | 1100101 | 1100100 | 110111 |
Color Harmonies of #61FF1A
Complementary color
Monochromatic Colors of #61FF1A
Black with #61FF1A
Text Example
Text Example
White with #61FF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF1A; }
p { color: rgb(97,255,26); }
H1.HeaderClassName
{
color: #61FF1A;
}
.AnyTagClassName
{
color: #61FF1A;
}
</style>
background-color css
<style>
a { background-color: #61FF1A; }
a { background-color: rgb(97,255,26); }
div.DivClassName
{
background-color: #61FF1A;
}
.BgClassName
{
background-color: #61FF1A;
}
</style>
border-color css
<style>
span { border-color: #61FF1A; }
span { border-color: rgb(97,255,26); }
td.TdClassName
{
border-color: #61FF1A;
}
.TagClassName
{
border-color: #61FF1A;
}
</style>