Shades of Bright Green #61E10C
Tints of Bright Green #61E10C
RGB
CMYK
RGB Variations
Color information
#61E10C (or 0x61E10C) is known color: Bright Green. HEX triplet: 61, E1 and 0C. RGB value is (97,225,12). Sum of RGB (Red+Green+Blue) = 97+225+12=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #61E10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61E10C is #9E1EF3. Grayscale: #A3A3A3. Windows color (decimal): -10362612 or 844129. OLE color: 844129.
HSL color Cylindrical-coordinate representation of color #61E10C: hue angle of 96.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #61E10C is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 12 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.12 |
| HSL | 96.06º | 0.9% | 0.46% | - |
| HSV(B) | 96.06º | 0.95% | 0.88% | - |
| XYZ | 31.92 | 56.42 | 9.56 | - |
| YUV | 162.45 | 43.09 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 12 | 0.57 | 0 | 0.95 | 0.12 | 96.06 | 0.9 | 0.46 |
| Hex | 61 | E1 | C | 39 | 0 | 5F | C | 60 | 5A | 2E |
| Octal | 141 | 341 | 14 | 71 | 0 | 137 | 14 | 140 | 132 | 56 |
| Binary | 1100001 | 11100001 | 1100 | 111001 | 0 | 1011111 | 1100 | 1100000 | 1011010 | 101110 |
Color Harmonies of #61E10C
Complementary color
Monochromatic Colors of #61E10C
Black with #61E10C
Text Example
Text Example
White with #61E10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E10C; }
p { color: rgb(97,225,12); }
H1.HeaderClassName
{
color: #61E10C;
}
.AnyTagClassName
{
color: #61E10C;
}
</style>
background-color css
<style>
a { background-color: #61E10C; }
a { background-color: rgb(97,225,12); }
div.DivClassName
{
background-color: #61E10C;
}
.BgClassName
{
background-color: #61E10C;
}
</style>
border-color css
<style>
span { border-color: #61E10C; }
span { border-color: rgb(97,225,12); }
td.TdClassName
{
border-color: #61E10C;
}
.TagClassName
{
border-color: #61E10C;
}
</style>