Shades of Bright Green #61FF0B
Tints of Bright Green #61FF0B
RGB
CMYK
RGB Variations
Color information
#61FF0B (or 0x61FF0B) is known color: Bright Green. HEX triplet: 61, FF and 0B. RGB value is (97,255,11). Sum of RGB (Red+Green+Blue) = 97+255+11=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61FF0B is #9E00F4. Grayscale: #B4B4B4. Windows color (decimal): -10354933 or 786273. OLE color: 786273.
HSL color Cylindrical-coordinate representation of color #61FF0B: hue angle of 98.85º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61FF0B is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 11 | - |
| CMYK | 0.62 | 0 | 0.96 | 0 |
| HSL | 98.85º | 1% | 0.52% | - |
| HSV(B) | 98.85º | 0.96% | 1% | - |
| XYZ | 40.75 | 74.09 | 12.47 | - |
| YUV | 179.94 | 32.65 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 11 | 0.62 | 0 | 0.96 | 0 | 98.85 | 1 | 0.52 |
| Hex | 61 | FF | B | 3E | 0 | 60 | 0 | 63 | 64 | 34 |
| Octal | 141 | 377 | 13 | 76 | 0 | 140 | 0 | 143 | 144 | 64 |
| Binary | 1100001 | 11111111 | 1011 | 111110 | 0 | 1100000 | 0 | 1100011 | 1100100 | 110100 |
Color Harmonies of #61FF0B
Complementary color
Monochromatic Colors of #61FF0B
Black with #61FF0B
Text Example
Text Example
White with #61FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF0B; }
p { color: rgb(97,255,11); }
H1.HeaderClassName
{
color: #61FF0B;
}
.AnyTagClassName
{
color: #61FF0B;
}
</style>
background-color css
<style>
a { background-color: #61FF0B; }
a { background-color: rgb(97,255,11); }
div.DivClassName
{
background-color: #61FF0B;
}
.BgClassName
{
background-color: #61FF0B;
}
</style>
border-color css
<style>
span { border-color: #61FF0B; }
span { border-color: rgb(97,255,11); }
td.TdClassName
{
border-color: #61FF0B;
}
.TagClassName
{
border-color: #61FF0B;
}
</style>