Shades of Bright Green #62DF10
Tints of Bright Green #62DF10
RGB
CMYK
RGB Variations
Color information
#62DF10 (or 0x62DF10) is known color: Bright Green. HEX triplet: 62, DF and 10. RGB value is (98,223,16). Sum of RGB (Red+Green+Blue) = 98+223+16=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #62DF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DF10 is #9D20EF. Grayscale: #A2A2A2. Windows color (decimal): -10297584 or 1105762. OLE color: 1105762.
HSL color Cylindrical-coordinate representation of color #62DF10: hue angle of 96.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62DF10 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 223 | 16 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.13 |
| HSL | 96.23º | 0.87% | 0.47% | - |
| HSV(B) | 96.23º | 0.93% | 0.87% | - |
| XYZ | 31.52 | 55.41 | 9.52 | - |
| YUV | 162.03 | 45.59 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 223 | 16 | 0.56 | 0 | 0.93 | 0.13 | 96.23 | 0.87 | 0.47 |
| Hex | 62 | DF | 10 | 38 | 0 | 5D | D | 60 | 57 | 2F |
| Octal | 142 | 337 | 20 | 70 | 0 | 135 | 15 | 140 | 127 | 57 |
| Binary | 1100010 | 11011111 | 10000 | 111000 | 0 | 1011101 | 1101 | 1100000 | 1010111 | 101111 |
Color Harmonies of #62DF10
Complementary color
Monochromatic Colors of #62DF10
Black with #62DF10
Text Example
Text Example
White with #62DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DF10; }
p { color: rgb(98,223,16); }
H1.HeaderClassName
{
color: #62DF10;
}
.AnyTagClassName
{
color: #62DF10;
}
</style>
background-color css
<style>
a { background-color: #62DF10; }
a { background-color: rgb(98,223,16); }
div.DivClassName
{
background-color: #62DF10;
}
.BgClassName
{
background-color: #62DF10;
}
</style>
border-color css
<style>
span { border-color: #62DF10; }
span { border-color: rgb(98,223,16); }
td.TdClassName
{
border-color: #62DF10;
}
.TagClassName
{
border-color: #62DF10;
}
</style>