Shades of Bright Green #61F323
Tints of Bright Green #61F323
RGB
CMYK
RGB Variations
Color information
#61F323 (or 0x61F323) is known color: Bright Green. HEX triplet: 61, F3 and 23. RGB value is (97,243,35). Sum of RGB (Red+Green+Blue) = 97+243+35=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #61F323 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #61F323 is #9E0CDC. Grayscale: #B0B0B0. Windows color (decimal): -10357981 or 2356065. OLE color: 2356065.
HSL color Cylindrical-coordinate representation of color #61F323: hue angle of 102.12º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61F323 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 243 | 35 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.05 |
| HSL | 102.12º | 0.9% | 0.55% | - |
| HSV(B) | 102.12º | 0.86% | 0.95% | - |
| XYZ | 37.28 | 66.76 | 12.51 | - |
| YUV | 175.63 | 48.63 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 243 | 35 | 0.60 | 0 | 0.86 | 0.05 | 102.12 | 0.9 | 0.55 |
| Hex | 61 | F3 | 23 | 3C | 0 | 56 | 5 | 66 | 5A | 37 |
| Octal | 141 | 363 | 43 | 74 | 0 | 126 | 5 | 146 | 132 | 67 |
| Binary | 1100001 | 11110011 | 100011 | 111100 | 0 | 1010110 | 101 | 1100110 | 1011010 | 110111 |
Color Harmonies of #61F323
Complementary color
Monochromatic Colors of #61F323
Black with #61F323
Text Example
Text Example
White with #61F323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F323; }
p { color: rgb(97,243,35); }
H1.HeaderClassName
{
color: #61F323;
}
.AnyTagClassName
{
color: #61F323;
}
</style>
background-color css
<style>
a { background-color: #61F323; }
a { background-color: rgb(97,243,35); }
div.DivClassName
{
background-color: #61F323;
}
.BgClassName
{
background-color: #61F323;
}
</style>
border-color css
<style>
span { border-color: #61F323; }
span { border-color: rgb(97,243,35); }
td.TdClassName
{
border-color: #61F323;
}
.TagClassName
{
border-color: #61F323;
}
</style>