Shades of Bright Green #62ED0D
Tints of Bright Green #62ED0D
RGB
CMYK
RGB Variations
Color information
#62ED0D (or 0x62ED0D) is known color: Bright Green. HEX triplet: 62, ED and 0D. RGB value is (98,237,13). Sum of RGB (Red+Green+Blue) = 98+237+13=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 237 (92.97% from 255 or 68.10% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 237 - color contains mainly: green. Hex color #62ED0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62ED0D is #9D12F2. Grayscale: #AAAAAA. Windows color (decimal): -10294003 or 912738. OLE color: 912738.
HSL color Cylindrical-coordinate representation of color #62ED0D: hue angle of 97.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62ED0D is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 237 | 13 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.07 |
| HSL | 97.23º | 0.9% | 0.49% | - |
| HSV(B) | 97.23º | 0.95% | 0.93% | - |
| XYZ | 35.39 | 63.19 | 10.71 | - |
| YUV | 169.9 | 39.45 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 237 | 13 | 0.59 | 0 | 0.95 | 0.07 | 97.23 | 0.9 | 0.49 |
| Hex | 62 | ED | D | 3B | 0 | 5F | 7 | 61 | 5A | 31 |
| Octal | 142 | 355 | 15 | 73 | 0 | 137 | 7 | 141 | 132 | 61 |
| Binary | 1100010 | 11101101 | 1101 | 111011 | 0 | 1011111 | 111 | 1100001 | 1011010 | 110001 |
Color Harmonies of #62ED0D
Complementary color
Monochromatic Colors of #62ED0D
Black with #62ED0D
Text Example
Text Example
White with #62ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ED0D; }
p { color: rgb(98,237,13); }
H1.HeaderClassName
{
color: #62ED0D;
}
.AnyTagClassName
{
color: #62ED0D;
}
</style>
background-color css
<style>
a { background-color: #62ED0D; }
a { background-color: rgb(98,237,13); }
div.DivClassName
{
background-color: #62ED0D;
}
.BgClassName
{
background-color: #62ED0D;
}
</style>
border-color css
<style>
span { border-color: #62ED0D; }
span { border-color: rgb(98,237,13); }
td.TdClassName
{
border-color: #62ED0D;
}
.TagClassName
{
border-color: #62ED0D;
}
</style>