Shades of Bright Green #62FE0D
Tints of Bright Green #62FE0D
RGB
CMYK
RGB Variations
Color information
#62FE0D (or 0x62FE0D) is known color: Bright Green. HEX triplet: 62, FE and 0D. RGB value is (98,254,13). Sum of RGB (Red+Green+Blue) = 98+254+13=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 254 (99.61% from 255 or 69.59% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 254 - color contains mainly: green. Hex color #62FE0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #62FE0D is #9D01F2. Grayscale: #B4B4B4. Windows color (decimal): -10289651 or 917090. OLE color: 917090.
HSL color Cylindrical-coordinate representation of color #62FE0D: hue angle of 98.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62FE0D is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 254 | 13 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.00 |
| HSL | 98.84º | 0.99% | 0.52% | - |
| HSV(B) | 98.84º | 0.95% | 1% | - |
| XYZ | 40.55 | 73.51 | 12.43 | - |
| YUV | 179.88 | 33.82 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 254 | 13 | 0.61 | 0 | 0.95 | 0.00 | 98.84 | 0.99 | 0.52 |
| Hex | 62 | FE | D | 3D | 0 | 5F | 0 | 63 | 63 | 34 |
| Octal | 142 | 376 | 15 | 75 | 0 | 137 | 0 | 143 | 143 | 64 |
| Binary | 1100010 | 11111110 | 1101 | 111101 | 0 | 1011111 | 0 | 1100011 | 1100011 | 110100 |
Color Harmonies of #62FE0D
Complementary color
Monochromatic Colors of #62FE0D
Black with #62FE0D
Text Example
Text Example
White with #62FE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FE0D; }
p { color: rgb(98,254,13); }
H1.HeaderClassName
{
color: #62FE0D;
}
.AnyTagClassName
{
color: #62FE0D;
}
</style>
background-color css
<style>
a { background-color: #62FE0D; }
a { background-color: rgb(98,254,13); }
div.DivClassName
{
background-color: #62FE0D;
}
.BgClassName
{
background-color: #62FE0D;
}
</style>
border-color css
<style>
span { border-color: #62FE0D; }
span { border-color: rgb(98,254,13); }
td.TdClassName
{
border-color: #62FE0D;
}
.TagClassName
{
border-color: #62FE0D;
}
</style>