Shades of Bright Green #61FF32
Tints of Bright Green #61FF32
RGB
CMYK
RGB Variations
Color information
#61FF32 (or 0x61FF32) is known color: Bright Green. HEX triplet: 61, FF and 32. RGB value is (97,255,50). Sum of RGB (Red+Green+Blue) = 97+255+50=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61FF32 is #9E00CD. Grayscale: #B9B9B9. Windows color (decimal): -10354894 or 3342177. OLE color: 3342177.
HSL color Cylindrical-coordinate representation of color #61FF32: hue angle of 106.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61FF32 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 50 | - |
| CMYK | 0.62 | 0 | 0.80 | 0 |
| HSL | 106.24º | 1% | 0.6% | - |
| HSV(B) | 106.24º | 0.8% | 1% | - |
| XYZ | 41.27 | 74.29 | 15.18 | - |
| YUV | 184.39 | 52.15 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 50 | 0.62 | 0 | 0.80 | 0 | 106.24 | 1 | 0.6 |
| Hex | 61 | FF | 32 | 3E | 0 | 50 | 0 | 6A | 64 | 3C |
| Octal | 141 | 377 | 62 | 76 | 0 | 120 | 0 | 152 | 144 | 74 |
| Binary | 1100001 | 11111111 | 110010 | 111110 | 0 | 1010000 | 0 | 1101010 | 1100100 | 111100 |
Color Harmonies of #61FF32
Complementary color
Monochromatic Colors of #61FF32
Black with #61FF32
Text Example
Text Example
White with #61FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF32; }
p { color: rgb(97,255,50); }
H1.HeaderClassName
{
color: #61FF32;
}
.AnyTagClassName
{
color: #61FF32;
}
</style>
background-color css
<style>
a { background-color: #61FF32; }
a { background-color: rgb(97,255,50); }
div.DivClassName
{
background-color: #61FF32;
}
.BgClassName
{
background-color: #61FF32;
}
</style>
border-color css
<style>
span { border-color: #61FF32; }
span { border-color: rgb(97,255,50); }
td.TdClassName
{
border-color: #61FF32;
}
.TagClassName
{
border-color: #61FF32;
}
</style>