Shades of Bright Green #61E308
Tints of Bright Green #61E308
RGB
CMYK
RGB Variations
Color information
#61E308 (or 0x61E308) is known color: Bright Green. HEX triplet: 61, E3 and 08. RGB value is (97,227,8). Sum of RGB (Red+Green+Blue) = 97+227+8=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #61E308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #61E308 is #9E1CF7. Grayscale: #A3A3A3. Windows color (decimal): -10362104 or 582497. OLE color: 582497.
HSL color Cylindrical-coordinate representation of color #61E308: hue angle of 95.62º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61E308 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 227 | 8 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.11 |
| HSL | 95.62º | 0.93% | 0.46% | - |
| HSV(B) | 95.62º | 0.96% | 0.89% | - |
| XYZ | 32.44 | 57.5 | 9.62 | - |
| YUV | 163.16 | 40.43 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 227 | 8 | 0.57 | 0 | 0.96 | 0.11 | 95.62 | 0.93 | 0.46 |
| Hex | 61 | E3 | 8 | 39 | 0 | 60 | B | 60 | 5D | 2E |
| Octal | 141 | 343 | 10 | 71 | 0 | 140 | 13 | 140 | 135 | 56 |
| Binary | 1100001 | 11100011 | 1000 | 111001 | 0 | 1100000 | 1011 | 1100000 | 1011101 | 101110 |
Color Harmonies of #61E308
Complementary color
Monochromatic Colors of #61E308
Black with #61E308
Text Example
Text Example
White with #61E308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E308; }
p { color: rgb(97,227,8); }
H1.HeaderClassName
{
color: #61E308;
}
.AnyTagClassName
{
color: #61E308;
}
</style>
background-color css
<style>
a { background-color: #61E308; }
a { background-color: rgb(97,227,8); }
div.DivClassName
{
background-color: #61E308;
}
.BgClassName
{
background-color: #61E308;
}
</style>
border-color css
<style>
span { border-color: #61E308; }
span { border-color: rgb(97,227,8); }
td.TdClassName
{
border-color: #61E308;
}
.TagClassName
{
border-color: #61E308;
}
</style>