Shades of Bright Green #61F203
Tints of Bright Green #61F203
RGB
CMYK
RGB Variations
Color information
#61F203 (or 0x61F203) is known color: Bright Green. HEX triplet: 61, F2 and 03. RGB value is (97,242,3). Sum of RGB (Red+Green+Blue) = 97+242+3=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #61F203 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F203 is #9E0DFC. Grayscale: #ACACAC. Windows color (decimal): -10358269 or 258657. OLE color: 258657.
HSL color Cylindrical-coordinate representation of color #61F203: hue angle of 96.4º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61F203 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 242 | 3 | - |
| CMYK | 0.60 | 0 | 0.99 | 0.05 |
| HSL | 96.4º | 0.98% | 0.48% | - |
| HSV(B) | 96.4º | 0.99% | 0.95% | - |
| XYZ | 36.7 | 66.05 | 10.9 | - |
| YUV | 171.4 | 32.96 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 3 | 0.60 | 0 | 0.99 | 0.05 | 96.4 | 0.98 | 0.48 |
| Hex | 61 | F2 | 3 | 3C | 0 | 63 | 5 | 60 | 62 | 30 |
| Octal | 141 | 362 | 3 | 74 | 0 | 143 | 5 | 140 | 142 | 60 |
| Binary | 1100001 | 11110010 | 11 | 111100 | 0 | 1100011 | 101 | 1100000 | 1100010 | 110000 |
Color Harmonies of #61F203
Complementary color
Monochromatic Colors of #61F203
Black with #61F203
Text Example
Text Example
White with #61F203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F203; }
p { color: rgb(97,242,3); }
H1.HeaderClassName
{
color: #61F203;
}
.AnyTagClassName
{
color: #61F203;
}
</style>
background-color css
<style>
a { background-color: #61F203; }
a { background-color: rgb(97,242,3); }
div.DivClassName
{
background-color: #61F203;
}
.BgClassName
{
background-color: #61F203;
}
</style>
border-color css
<style>
span { border-color: #61F203; }
span { border-color: rgb(97,242,3); }
td.TdClassName
{
border-color: #61F203;
}
.TagClassName
{
border-color: #61F203;
}
</style>