Shades of Bright Green #61DF02
Tints of Bright Green #61DF02
RGB
CMYK
RGB Variations
Color information
#61DF02 (or 0x61DF02) is known color: Bright Green. HEX triplet: 61, DF and 02. RGB value is (97,223,2). Sum of RGB (Red+Green+Blue) = 97+223+2=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #61DF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61DF02 is #9E20FD. Grayscale: #A0A0A0. Windows color (decimal): -10363134 or 188257. OLE color: 188257.
HSL color Cylindrical-coordinate representation of color #61DF02: hue angle of 94.21º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #61DF02 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 223 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.13 |
| HSL | 94.21º | 0.98% | 0.44% | - |
| HSV(B) | 94.21º | 0.99% | 0.87% | - |
| XYZ | 31.33 | 55.32 | 9.08 | - |
| YUV | 160.13 | 38.76 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 223 | 2 | 0.57 | 0 | 0.99 | 0.13 | 94.21 | 0.98 | 0.44 |
| Hex | 61 | DF | 2 | 39 | 0 | 63 | D | 5E | 62 | 2C |
| Octal | 141 | 337 | 2 | 71 | 0 | 143 | 15 | 136 | 142 | 54 |
| Binary | 1100001 | 11011111 | 10 | 111001 | 0 | 1100011 | 1101 | 1011110 | 1100010 | 101100 |
Color Harmonies of #61DF02
Complementary color
Monochromatic Colors of #61DF02
Black with #61DF02
Text Example
Text Example
White with #61DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DF02; }
p { color: rgb(97,223,2); }
H1.HeaderClassName
{
color: #61DF02;
}
.AnyTagClassName
{
color: #61DF02;
}
</style>
background-color css
<style>
a { background-color: #61DF02; }
a { background-color: rgb(97,223,2); }
div.DivClassName
{
background-color: #61DF02;
}
.BgClassName
{
background-color: #61DF02;
}
</style>
border-color css
<style>
span { border-color: #61DF02; }
span { border-color: rgb(97,223,2); }
td.TdClassName
{
border-color: #61DF02;
}
.TagClassName
{
border-color: #61DF02;
}
</style>