Shades of Bright Green #61FF0D
Tints of Bright Green #61FF0D
RGB
CMYK
RGB Variations
Color information
#61FF0D (or 0x61FF0D) is known color: Bright Green. HEX triplet: 61, FF and 0D. RGB value is (97,255,13). Sum of RGB (Red+Green+Blue) = 97+255+13=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 255 (100% from 255 or 69.86% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 255 - color contains mainly: green. Hex color #61FF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #61FF0D is #9E00F2. Grayscale: #B4B4B4. Windows color (decimal): -10354931 or 917345. OLE color: 917345.
HSL color Cylindrical-coordinate representation of color #61FF0D: hue angle of 99.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61FF0D is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 13 | - |
| CMYK | 0.62 | 0 | 0.95 | 0 |
| HSL | 99.17º | 1% | 0.53% | - |
| HSV(B) | 99.17º | 0.95% | 1% | - |
| XYZ | 40.76 | 74.09 | 12.53 | - |
| YUV | 180.17 | 33.65 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 13 | 0.62 | 0 | 0.95 | 0 | 99.17 | 1 | 0.53 |
| Hex | 61 | FF | D | 3E | 0 | 5F | 0 | 63 | 64 | 35 |
| Octal | 141 | 377 | 15 | 76 | 0 | 137 | 0 | 143 | 144 | 65 |
| Binary | 1100001 | 11111111 | 1101 | 111110 | 0 | 1011111 | 0 | 1100011 | 1100100 | 110101 |
Color Harmonies of #61FF0D
Complementary color
Monochromatic Colors of #61FF0D
Black with #61FF0D
Text Example
Text Example
White with #61FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FF0D; }
p { color: rgb(97,255,13); }
H1.HeaderClassName
{
color: #61FF0D;
}
.AnyTagClassName
{
color: #61FF0D;
}
</style>
background-color css
<style>
a { background-color: #61FF0D; }
a { background-color: rgb(97,255,13); }
div.DivClassName
{
background-color: #61FF0D;
}
.BgClassName
{
background-color: #61FF0D;
}
</style>
border-color css
<style>
span { border-color: #61FF0D; }
span { border-color: rgb(97,255,13); }
td.TdClassName
{
border-color: #61FF0D;
}
.TagClassName
{
border-color: #61FF0D;
}
</style>