Shades of Bright Green #61F524
Tints of Bright Green #61F524
RGB
CMYK
RGB Variations
Color information
#61F524 (or 0x61F524) is known color: Bright Green. HEX triplet: 61, F5 and 24. RGB value is (97,245,36). Sum of RGB (Red+Green+Blue) = 97+245+36=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 245 (96.09% from 255 or 64.81% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 245 - color contains mainly: green. Hex color #61F524 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F524 is #9E0ADB. Grayscale: #B1B1B1. Windows color (decimal): -10357468 or 2422113. OLE color: 2422113.
HSL color Cylindrical-coordinate representation of color #61F524: hue angle of 102.49º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61F524 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 245 | 36 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.04 |
| HSL | 102.49º | 0.91% | 0.55% | - |
| HSV(B) | 102.49º | 0.85% | 0.96% | - |
| XYZ | 37.9 | 67.97 | 12.79 | - |
| YUV | 176.92 | 48.47 | 70.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 245 | 36 | 0.60 | 0 | 0.85 | 0.04 | 102.49 | 0.91 | 0.55 |
| Hex | 61 | F5 | 24 | 3C | 0 | 55 | 4 | 66 | 5B | 37 |
| Octal | 141 | 365 | 44 | 74 | 0 | 125 | 4 | 146 | 133 | 67 |
| Binary | 1100001 | 11110101 | 100100 | 111100 | 0 | 1010101 | 100 | 1100110 | 1011011 | 110111 |
Color Harmonies of #61F524
Complementary color
Monochromatic Colors of #61F524
Black with #61F524
Text Example
Text Example
White with #61F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F524; }
p { color: rgb(97,245,36); }
H1.HeaderClassName
{
color: #61F524;
}
.AnyTagClassName
{
color: #61F524;
}
</style>
background-color css
<style>
a { background-color: #61F524; }
a { background-color: rgb(97,245,36); }
div.DivClassName
{
background-color: #61F524;
}
.BgClassName
{
background-color: #61F524;
}
</style>
border-color css
<style>
span { border-color: #61F524; }
span { border-color: rgb(97,245,36); }
td.TdClassName
{
border-color: #61F524;
}
.TagClassName
{
border-color: #61F524;
}
</style>