Shades of Bright Green #62DD06
Tints of Bright Green #62DD06
RGB
CMYK
RGB Variations
Color information
#62DD06 (or 0x62DD06) is known color: Bright Green. HEX triplet: 62, DD and 06. RGB value is (98,221,6). Sum of RGB (Red+Green+Blue) = 98+221+6=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DD06 is #9D22F9. Grayscale: #A0A0A0. Windows color (decimal): -10298106 or 449890. OLE color: 449890.
HSL color Cylindrical-coordinate representation of color #62DD06: hue angle of 94.33º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #62DD06 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 6 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.13 |
| HSL | 94.33º | 0.95% | 0.45% | - |
| HSV(B) | 94.33º | 0.97% | 0.87% | - |
| XYZ | 30.93 | 54.32 | 9.03 | - |
| YUV | 159.71 | 41.25 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 6 | 0.56 | 0 | 0.97 | 0.13 | 94.33 | 0.95 | 0.45 |
| Hex | 62 | DD | 6 | 38 | 0 | 61 | D | 5E | 5F | 2D |
| Octal | 142 | 335 | 6 | 70 | 0 | 141 | 15 | 136 | 137 | 55 |
| Binary | 1100010 | 11011101 | 110 | 111000 | 0 | 1100001 | 1101 | 1011110 | 1011111 | 101101 |
Color Harmonies of #62DD06
Complementary color
Monochromatic Colors of #62DD06
Black with #62DD06
Text Example
Text Example
White with #62DD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DD06; }
p { color: rgb(98,221,6); }
H1.HeaderClassName
{
color: #62DD06;
}
.AnyTagClassName
{
color: #62DD06;
}
</style>
background-color css
<style>
a { background-color: #62DD06; }
a { background-color: rgb(98,221,6); }
div.DivClassName
{
background-color: #62DD06;
}
.BgClassName
{
background-color: #62DD06;
}
</style>
border-color css
<style>
span { border-color: #62DD06; }
span { border-color: rgb(98,221,6); }
td.TdClassName
{
border-color: #62DD06;
}
.TagClassName
{
border-color: #62DD06;
}
</style>