Shades of Bright Green #62F210
Tints of Bright Green #62F210
RGB
CMYK
RGB Variations
Color information
#62F210 (or 0x62F210) is known color: Bright Green. HEX triplet: 62, F2 and 10. RGB value is (98,242,16). Sum of RGB (Red+Green+Blue) = 98+242+16=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #62F210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62F210 is #9D0DEF. Grayscale: #ADADAD. Windows color (decimal): -10292720 or 1110626. OLE color: 1110626.
HSL color Cylindrical-coordinate representation of color #62F210: hue angle of 98.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62F210 is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 242 | 16 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.05 |
| HSL | 98.23º | 0.9% | 0.51% | - |
| HSV(B) | 98.23º | 0.93% | 0.95% | - |
| XYZ | 36.88 | 66.14 | 11.31 | - |
| YUV | 173.18 | 39.29 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 242 | 16 | 0.60 | 0 | 0.93 | 0.05 | 98.23 | 0.9 | 0.51 |
| Hex | 62 | F2 | 10 | 3C | 0 | 5D | 5 | 62 | 5A | 33 |
| Octal | 142 | 362 | 20 | 74 | 0 | 135 | 5 | 142 | 132 | 63 |
| Binary | 1100010 | 11110010 | 10000 | 111100 | 0 | 1011101 | 101 | 1100010 | 1011010 | 110011 |
Color Harmonies of #62F210
Complementary color
Monochromatic Colors of #62F210
Black with #62F210
Text Example
Text Example
White with #62F210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F210; }
p { color: rgb(98,242,16); }
H1.HeaderClassName
{
color: #62F210;
}
.AnyTagClassName
{
color: #62F210;
}
</style>
background-color css
<style>
a { background-color: #62F210; }
a { background-color: rgb(98,242,16); }
div.DivClassName
{
background-color: #62F210;
}
.BgClassName
{
background-color: #62F210;
}
</style>
border-color css
<style>
span { border-color: #62F210; }
span { border-color: rgb(98,242,16); }
td.TdClassName
{
border-color: #62F210;
}
.TagClassName
{
border-color: #62F210;
}
</style>