Shades of Bright Green #61F305
Tints of Bright Green #61F305
RGB
CMYK
RGB Variations
Color information
#61F305 (or 0x61F305) is known color: Bright Green. HEX triplet: 61, F3 and 05. RGB value is (97,243,5). Sum of RGB (Red+Green+Blue) = 97+243+5=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #61F305 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61F305 is #9E0CFA. Grayscale: #ADADAD. Windows color (decimal): -10358011 or 389985. OLE color: 389985.
HSL color Cylindrical-coordinate representation of color #61F305: hue angle of 96.81º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61F305 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 243 | 5 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.05 |
| HSL | 96.81º | 0.96% | 0.49% | - |
| HSV(B) | 96.81º | 0.98% | 0.95% | - |
| XYZ | 37.01 | 66.65 | 11.06 | - |
| YUV | 172.21 | 33.63 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 243 | 5 | 0.60 | 0 | 0.98 | 0.05 | 96.81 | 0.96 | 0.49 |
| Hex | 61 | F3 | 5 | 3C | 0 | 62 | 5 | 61 | 60 | 31 |
| Octal | 141 | 363 | 5 | 74 | 0 | 142 | 5 | 141 | 140 | 61 |
| Binary | 1100001 | 11110011 | 101 | 111100 | 0 | 1100010 | 101 | 1100001 | 1100000 | 110001 |
Color Harmonies of #61F305
Complementary color
Monochromatic Colors of #61F305
Black with #61F305
Text Example
Text Example
White with #61F305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F305; }
p { color: rgb(97,243,5); }
H1.HeaderClassName
{
color: #61F305;
}
.AnyTagClassName
{
color: #61F305;
}
</style>
background-color css
<style>
a { background-color: #61F305; }
a { background-color: rgb(97,243,5); }
div.DivClassName
{
background-color: #61F305;
}
.BgClassName
{
background-color: #61F305;
}
</style>
border-color css
<style>
span { border-color: #61F305; }
span { border-color: rgb(97,243,5); }
td.TdClassName
{
border-color: #61F305;
}
.TagClassName
{
border-color: #61F305;
}
</style>