Shades of Bright Green #62DD0D
Tints of Bright Green #62DD0D
RGB
CMYK
RGB Variations
Color information
#62DD0D (or 0x62DD0D) is known color: Bright Green. HEX triplet: 62, DD and 0D. RGB value is (98,221,13). Sum of RGB (Red+Green+Blue) = 98+221+13=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DD0D is #9D22F2. Grayscale: #A1A1A1. Windows color (decimal): -10298099 or 908642. OLE color: 908642.
HSL color Cylindrical-coordinate representation of color #62DD0D: hue angle of 95.48º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62DD0D is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 13 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.13 |
| HSL | 95.48º | 0.89% | 0.46% | - |
| HSV(B) | 95.48º | 0.94% | 0.87% | - |
| XYZ | 30.97 | 54.34 | 9.24 | - |
| YUV | 160.51 | 44.75 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 13 | 0.56 | 0 | 0.94 | 0.13 | 95.48 | 0.89 | 0.46 |
| Hex | 62 | DD | D | 38 | 0 | 5E | D | 5F | 59 | 2E |
| Octal | 142 | 335 | 15 | 70 | 0 | 136 | 15 | 137 | 131 | 56 |
| Binary | 1100010 | 11011101 | 1101 | 111000 | 0 | 1011110 | 1101 | 1011111 | 1011001 | 101110 |
Color Harmonies of #62DD0D
Complementary color
Monochromatic Colors of #62DD0D
Black with #62DD0D
Text Example
Text Example
White with #62DD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DD0D; }
p { color: rgb(98,221,13); }
H1.HeaderClassName
{
color: #62DD0D;
}
.AnyTagClassName
{
color: #62DD0D;
}
</style>
background-color css
<style>
a { background-color: #62DD0D; }
a { background-color: rgb(98,221,13); }
div.DivClassName
{
background-color: #62DD0D;
}
.BgClassName
{
background-color: #62DD0D;
}
</style>
border-color css
<style>
span { border-color: #62DD0D; }
span { border-color: rgb(98,221,13); }
td.TdClassName
{
border-color: #62DD0D;
}
.TagClassName
{
border-color: #62DD0D;
}
</style>