Shades of Bright Green #61E008
Tints of Bright Green #61E008
RGB
CMYK
RGB Variations
Color information
#61E008 (or 0x61E008) is known color: Bright Green. HEX triplet: 61, E0 and 08. RGB value is (97,224,8). Sum of RGB (Red+Green+Blue) = 97+224+8=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #61E008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61E008 is #9E1FF7. Grayscale: #A2A2A2. Windows color (decimal): -10362872 or 581729. OLE color: 581729.
HSL color Cylindrical-coordinate representation of color #61E008: hue angle of 95.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61E008 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 224 | 8 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.12 |
| HSL | 95.28º | 0.93% | 0.45% | - |
| HSV(B) | 95.28º | 0.96% | 0.88% | - |
| XYZ | 31.63 | 55.87 | 9.35 | - |
| YUV | 161.4 | 41.42 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 224 | 8 | 0.57 | 0 | 0.96 | 0.12 | 95.28 | 0.93 | 0.45 |
| Hex | 61 | E0 | 8 | 39 | 0 | 60 | C | 5F | 5D | 2D |
| Octal | 141 | 340 | 10 | 71 | 0 | 140 | 14 | 137 | 135 | 55 |
| Binary | 1100001 | 11100000 | 1000 | 111001 | 0 | 1100000 | 1100 | 1011111 | 1011101 | 101101 |
Color Harmonies of #61E008
Complementary color
Monochromatic Colors of #61E008
Black with #61E008
Text Example
Text Example
White with #61E008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E008; }
p { color: rgb(97,224,8); }
H1.HeaderClassName
{
color: #61E008;
}
.AnyTagClassName
{
color: #61E008;
}
</style>
background-color css
<style>
a { background-color: #61E008; }
a { background-color: rgb(97,224,8); }
div.DivClassName
{
background-color: #61E008;
}
.BgClassName
{
background-color: #61E008;
}
</style>
border-color css
<style>
span { border-color: #61E008; }
span { border-color: rgb(97,224,8); }
td.TdClassName
{
border-color: #61E008;
}
.TagClassName
{
border-color: #61E008;
}
</style>