Shades of Bright Green #61DF0A
Tints of Bright Green #61DF0A
RGB
CMYK
RGB Variations
Color information
#61DF0A (or 0x61DF0A) is known color: Bright Green. HEX triplet: 61, DF and 0A. RGB value is (97,223,10). Sum of RGB (Red+Green+Blue) = 97+223+10=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DF0A is #9E20F5. Grayscale: #A1A1A1. Windows color (decimal): -10363126 or 712545. OLE color: 712545.
HSL color Cylindrical-coordinate representation of color #61DF0A: hue angle of 95.49º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61DF0A is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 10 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.13 |
| HSL | 95.49º | 0.91% | 0.46% | - |
| HSV(B) | 95.49º | 0.96% | 0.87% | - |
| XYZ | 31.37 | 55.34 | 9.32 | - |
| YUV | 161.04 | 42.76 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 10 | 0.57 | 0 | 0.96 | 0.13 | 95.49 | 0.91 | 0.46 |
| Hex | 61 | DF | A | 39 | 0 | 60 | D | 5F | 5B | 2E |
| Octal | 141 | 337 | 12 | 71 | 0 | 140 | 15 | 137 | 133 | 56 |
| Binary | 1100001 | 11011111 | 1010 | 111001 | 0 | 1100000 | 1101 | 1011111 | 1011011 | 101110 |
Color Harmonies of #61DF0A
Complementary color
Monochromatic Colors of #61DF0A
Black with #61DF0A
Text Example
Text Example
White with #61DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF0A; }
p { color: rgb(97,223,10); }
H1.HeaderClassName
{
color: #61DF0A;
}
.AnyTagClassName
{
color: #61DF0A;
}
</style>
background-color css
<style>
a { background-color: #61DF0A; }
a { background-color: rgb(97,223,10); }
div.DivClassName
{
background-color: #61DF0A;
}
.BgClassName
{
background-color: #61DF0A;
}
</style>
border-color css
<style>
span { border-color: #61DF0A; }
span { border-color: rgb(97,223,10); }
td.TdClassName
{
border-color: #61DF0A;
}
.TagClassName
{
border-color: #61DF0A;
}
</style>