Shades of Bright Green #61DF06
Tints of Bright Green #61DF06
RGB
CMYK
RGB Variations
Color information
#61DF06 (or 0x61DF06) is known color: Bright Green. HEX triplet: 61, DF and 06. RGB value is (97,223,6). Sum of RGB (Red+Green+Blue) = 97+223+6=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 223 (87.5% from 255 or 68.40% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DF06 is #9E20F9. Grayscale: #A1A1A1. Windows color (decimal): -10363130 or 450401. OLE color: 450401.
HSL color Cylindrical-coordinate representation of color #61DF06: hue angle of 94.84º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #61DF06 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 6 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.13 |
| HSL | 94.84º | 0.95% | 0.45% | - |
| HSV(B) | 94.84º | 0.97% | 0.87% | - |
| XYZ | 31.35 | 55.33 | 9.2 | - |
| YUV | 160.59 | 40.76 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 6 | 0.57 | 0 | 0.97 | 0.13 | 94.84 | 0.95 | 0.45 |
| Hex | 61 | DF | 6 | 39 | 0 | 61 | D | 5F | 5F | 2D |
| Octal | 141 | 337 | 6 | 71 | 0 | 141 | 15 | 137 | 137 | 55 |
| Binary | 1100001 | 11011111 | 110 | 111001 | 0 | 1100001 | 1101 | 1011111 | 1011111 | 101101 |
Color Harmonies of #61DF06
Complementary color
Monochromatic Colors of #61DF06
Black with #61DF06
Text Example
Text Example
White with #61DF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF06; }
p { color: rgb(97,223,6); }
H1.HeaderClassName
{
color: #61DF06;
}
.AnyTagClassName
{
color: #61DF06;
}
</style>
background-color css
<style>
a { background-color: #61DF06; }
a { background-color: rgb(97,223,6); }
div.DivClassName
{
background-color: #61DF06;
}
.BgClassName
{
background-color: #61DF06;
}
</style>
border-color css
<style>
span { border-color: #61DF06; }
span { border-color: rgb(97,223,6); }
td.TdClassName
{
border-color: #61DF06;
}
.TagClassName
{
border-color: #61DF06;
}
</style>