Shades of Bright Green #62E814
Tints of Bright Green #62E814
RGB
CMYK
RGB Variations
Color information
#62E814 (or 0x62E814) is known color: Bright Green. HEX triplet: 62, E8 and 14. RGB value is (98,232,20). Sum of RGB (Red+Green+Blue) = 98+232+20=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 232 (91.02% from 255 or 66.29% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 232 - color contains mainly: green. Hex color #62E814 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62E814 is #9D17EB. Grayscale: #A8A8A8. Windows color (decimal): -10295276 or 1370210. OLE color: 1370210.
HSL color Cylindrical-coordinate representation of color #62E814: hue angle of 97.92º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62E814 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 232 | 20 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.09 |
| HSL | 97.92º | 0.84% | 0.49% | - |
| HSV(B) | 97.92º | 0.91% | 0.91% | - |
| XYZ | 34.02 | 60.36 | 10.52 | - |
| YUV | 167.77 | 44.61 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 232 | 20 | 0.58 | 0 | 0.91 | 0.09 | 97.92 | 0.84 | 0.49 |
| Hex | 62 | E8 | 14 | 3A | 0 | 5B | 9 | 62 | 54 | 31 |
| Octal | 142 | 350 | 24 | 72 | 0 | 133 | 11 | 142 | 124 | 61 |
| Binary | 1100010 | 11101000 | 10100 | 111010 | 0 | 1011011 | 1001 | 1100010 | 1010100 | 110001 |
Color Harmonies of #62E814
Complementary color
Monochromatic Colors of #62E814
Black with #62E814
Text Example
Text Example
White with #62E814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62E814; }
p { color: rgb(98,232,20); }
H1.HeaderClassName
{
color: #62E814;
}
.AnyTagClassName
{
color: #62E814;
}
</style>
background-color css
<style>
a { background-color: #62E814; }
a { background-color: rgb(98,232,20); }
div.DivClassName
{
background-color: #62E814;
}
.BgClassName
{
background-color: #62E814;
}
</style>
border-color css
<style>
span { border-color: #62E814; }
span { border-color: rgb(98,232,20); }
td.TdClassName
{
border-color: #62E814;
}
.TagClassName
{
border-color: #62E814;
}
</style>