Shades of Bright Green #62F010
Tints of Bright Green #62F010
RGB
CMYK
RGB Variations
Color information
#62F010 (or 0x62F010) is known color: Bright Green. HEX triplet: 62, F0 and 10. RGB value is (98,240,16). Sum of RGB (Red+Green+Blue) = 98+240+16=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #62F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62F010 is #9D0FEF. Grayscale: #ACACAC. Windows color (decimal): -10293232 or 1110114. OLE color: 1110114.
HSL color Cylindrical-coordinate representation of color #62F010: hue angle of 98.04º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62F010 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 240 | 16 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.06 |
| HSL | 98.04º | 0.88% | 0.5% | - |
| HSV(B) | 98.04º | 0.93% | 0.94% | - |
| XYZ | 36.29 | 64.95 | 11.11 | - |
| YUV | 172.01 | 39.96 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 240 | 16 | 0.59 | 0 | 0.93 | 0.06 | 98.04 | 0.88 | 0.5 |
| Hex | 62 | F0 | 10 | 3B | 0 | 5D | 6 | 62 | 58 | 32 |
| Octal | 142 | 360 | 20 | 73 | 0 | 135 | 6 | 142 | 130 | 62 |
| Binary | 1100010 | 11110000 | 10000 | 111011 | 0 | 1011101 | 110 | 1100010 | 1011000 | 110010 |
Color Harmonies of #62F010
Complementary color
Monochromatic Colors of #62F010
Black with #62F010
Text Example
Text Example
White with #62F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62F010; }
p { color: rgb(98,240,16); }
H1.HeaderClassName
{
color: #62F010;
}
.AnyTagClassName
{
color: #62F010;
}
</style>
background-color css
<style>
a { background-color: #62F010; }
a { background-color: rgb(98,240,16); }
div.DivClassName
{
background-color: #62F010;
}
.BgClassName
{
background-color: #62F010;
}
</style>
border-color css
<style>
span { border-color: #62F010; }
span { border-color: rgb(98,240,16); }
td.TdClassName
{
border-color: #62F010;
}
.TagClassName
{
border-color: #62F010;
}
</style>