Shades of Bright Green #62FD32
Tints of Bright Green #62FD32
RGB
CMYK
RGB Variations
Color information
#62FD32 (or 0x62FD32) is known color: Bright Green. HEX triplet: 62, FD and 32. RGB value is (98,253,50). Sum of RGB (Red+Green+Blue) = 98+253+50=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 253 (99.22% from 255 or 63.09% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 253 - color contains mainly: green. Hex color #62FD32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #62FD32 is #9D02CD. Grayscale: #B8B8B8. Windows color (decimal): -10289870 or 3341666. OLE color: 3341666.
HSL color Cylindrical-coordinate representation of color #62FD32: hue angle of 105.81º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62FD32 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 253 | 50 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.01 |
| HSL | 105.81º | 0.98% | 0.59% | - |
| HSV(B) | 105.81º | 0.8% | 0.99% | - |
| XYZ | 40.74 | 73.08 | 14.98 | - |
| YUV | 183.51 | 52.65 | 67.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 253 | 50 | 0.61 | 0 | 0.80 | 0.01 | 105.81 | 0.98 | 0.59 |
| Hex | 62 | FD | 32 | 3D | 0 | 50 | 1 | 6A | 62 | 3B |
| Octal | 142 | 375 | 62 | 75 | 0 | 120 | 1 | 152 | 142 | 73 |
| Binary | 1100010 | 11111101 | 110010 | 111101 | 0 | 1010000 | 1 | 1101010 | 1100010 | 111011 |
Color Harmonies of #62FD32
Complementary color
Monochromatic Colors of #62FD32
Black with #62FD32
Text Example
Text Example
White with #62FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62FD32; }
p { color: rgb(98,253,50); }
H1.HeaderClassName
{
color: #62FD32;
}
.AnyTagClassName
{
color: #62FD32;
}
</style>
background-color css
<style>
a { background-color: #62FD32; }
a { background-color: rgb(98,253,50); }
div.DivClassName
{
background-color: #62FD32;
}
.BgClassName
{
background-color: #62FD32;
}
</style>
border-color css
<style>
span { border-color: #62FD32; }
span { border-color: rgb(98,253,50); }
td.TdClassName
{
border-color: #62FD32;
}
.TagClassName
{
border-color: #62FD32;
}
</style>