Shades of Bright Green #61DD00
Tints of Bright Green #61DD00
RGB
CMYK
RGB Variations
Color information
#61DD00 (or 0x61DD00) is known color: Bright Green. HEX triplet: 61, DD and 00. RGB value is (97,221,0). Sum of RGB (Red+Green+Blue) = 97+221+0=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #61DD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DD00 is #9E22FF. Grayscale: #9F9F9F. Windows color (decimal): -10363648 or 56673. OLE color: 56673.
HSL color Cylindrical-coordinate representation of color #61DD00: hue angle of 93.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61DD00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.13 |
| HSL | 93.67º | 1% | 0.43% | - |
| HSV(B) | 93.67º | 1% | 0.87% | - |
| XYZ | 30.79 | 54.25 | 8.85 | - |
| YUV | 158.73 | 38.42 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 0 | 0.56 | 0 | 1 | 0.13 | 93.67 | 1 | 0.43 |
| Hex | 61 | DD | 0 | 38 | 0 | 64 | D | 5E | 64 | 2B |
| Octal | 141 | 335 | 0 | 70 | 0 | 144 | 15 | 136 | 144 | 53 |
| Binary | 1100001 | 11011101 | 0 | 111000 | 0 | 1100100 | 1101 | 1011110 | 1100100 | 101011 |
Color Harmonies of #61DD00
Complementary color
Monochromatic Colors of #61DD00
Black with #61DD00
Text Example
Text Example
White with #61DD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DD00; }
p { color: rgb(97,221,0); }
H1.HeaderClassName
{
color: #61DD00;
}
.AnyTagClassName
{
color: #61DD00;
}
</style>
background-color css
<style>
a { background-color: #61DD00; }
a { background-color: rgb(97,221,0); }
div.DivClassName
{
background-color: #61DD00;
}
.BgClassName
{
background-color: #61DD00;
}
</style>
border-color css
<style>
span { border-color: #61DD00; }
span { border-color: rgb(97,221,0); }
td.TdClassName
{
border-color: #61DD00;
}
.TagClassName
{
border-color: #61DD00;
}
</style>