Shades of Bright Green #61DC0D
Tints of Bright Green #61DC0D
RGB
CMYK
RGB Variations
Color information
#61DC0D (or 0x61DC0D) is known color: Bright Green. HEX triplet: 61, DC and 0D. RGB value is (97,220,13). Sum of RGB (Red+Green+Blue) = 97+220+13=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #61DC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DC0D is #9E23F2. Grayscale: #A0A0A0. Windows color (decimal): -10363891 or 908385. OLE color: 908385.
HSL color Cylindrical-coordinate representation of color #61DC0D: hue angle of 95.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61DC0D is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 220 | 13 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.14 |
| HSL | 95.65º | 0.89% | 0.46% | - |
| HSV(B) | 95.65º | 0.94% | 0.86% | - |
| XYZ | 30.6 | 53.76 | 9.14 | - |
| YUV | 159.63 | 45.25 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 220 | 13 | 0.56 | 0 | 0.94 | 0.14 | 95.65 | 0.89 | 0.46 |
| Hex | 61 | DC | D | 38 | 0 | 5E | E | 60 | 59 | 2E |
| Octal | 141 | 334 | 15 | 70 | 0 | 136 | 16 | 140 | 131 | 56 |
| Binary | 1100001 | 11011100 | 1101 | 111000 | 0 | 1011110 | 1110 | 1100000 | 1011001 | 101110 |
Color Harmonies of #61DC0D
Complementary color
Monochromatic Colors of #61DC0D
Black with #61DC0D
Text Example
Text Example
White with #61DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DC0D; }
p { color: rgb(97,220,13); }
H1.HeaderClassName
{
color: #61DC0D;
}
.AnyTagClassName
{
color: #61DC0D;
}
</style>
background-color css
<style>
a { background-color: #61DC0D; }
a { background-color: rgb(97,220,13); }
div.DivClassName
{
background-color: #61DC0D;
}
.BgClassName
{
background-color: #61DC0D;
}
</style>
border-color css
<style>
span { border-color: #61DC0D; }
span { border-color: rgb(97,220,13); }
td.TdClassName
{
border-color: #61DC0D;
}
.TagClassName
{
border-color: #61DC0D;
}
</style>