Shades of Bright Green #62DB0F
Tints of Bright Green #62DB0F
RGB
CMYK
RGB Variations
Color information
#62DB0F (or 0x62DB0F) is known color: Bright Green. HEX triplet: 62, DB and 0F. RGB value is (98,219,15). Sum of RGB (Red+Green+Blue) = 98+219+15=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 219 (85.94% from 255 or 65.96% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 219 - color contains mainly: green. Hex color #62DB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DB0F is #9D24F0. Grayscale: #A0A0A0. Windows color (decimal): -10298609 or 1039202. OLE color: 1039202.
HSL color Cylindrical-coordinate representation of color #62DB0F: hue angle of 95.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62DB0F is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 219 | 15 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.14 |
| HSL | 95.59º | 0.87% | 0.46% | - |
| HSV(B) | 95.59º | 0.93% | 0.86% | - |
| XYZ | 30.45 | 53.29 | 9.13 | - |
| YUV | 159.57 | 46.41 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 15 | 0.55 | 0 | 0.93 | 0.14 | 95.59 | 0.87 | 0.46 |
| Hex | 62 | DB | F | 37 | 0 | 5D | E | 60 | 57 | 2E |
| Octal | 142 | 333 | 17 | 67 | 0 | 135 | 16 | 140 | 127 | 56 |
| Binary | 1100010 | 11011011 | 1111 | 110111 | 0 | 1011101 | 1110 | 1100000 | 1010111 | 101110 |
Color Harmonies of #62DB0F
Complementary color
Monochromatic Colors of #62DB0F
Black with #62DB0F
Text Example
Text Example
White with #62DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DB0F; }
p { color: rgb(98,219,15); }
H1.HeaderClassName
{
color: #62DB0F;
}
.AnyTagClassName
{
color: #62DB0F;
}
</style>
background-color css
<style>
a { background-color: #62DB0F; }
a { background-color: rgb(98,219,15); }
div.DivClassName
{
background-color: #62DB0F;
}
.BgClassName
{
background-color: #62DB0F;
}
</style>
border-color css
<style>
span { border-color: #62DB0F; }
span { border-color: rgb(98,219,15); }
td.TdClassName
{
border-color: #62DB0F;
}
.TagClassName
{
border-color: #62DB0F;
}
</style>