Shades of Bright Green #52E206
Tints of Bright Green #52E206
RGB
CMYK
RGB Variations
Color information
#52E206 (or 0x52E206) is known color: Bright Green. HEX triplet: 52, E2 and 06. RGB value is (82,226,6). Sum of RGB (Red+Green+Blue) = 82+226+6=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 226 (88.67% from 255 or 71.97% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 226 - color contains mainly: green. Hex color #52E206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E206 is #AD1DF9. Grayscale: #9E9E9E. Windows color (decimal): -11345402 or 451154. OLE color: 451154.
HSL color Cylindrical-coordinate representation of color #52E206: hue angle of 99.27º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52E206 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 6 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.11 |
| HSL | 99.27º | 0.95% | 0.45% | - |
| HSV(B) | 99.27º | 0.97% | 0.89% | - |
| XYZ | 30.71 | 56.2 | 9.4 | - |
| YUV | 157.86 | 42.29 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 6 | 0.64 | 0 | 0.97 | 0.11 | 99.27 | 0.95 | 0.45 |
| Hex | 52 | E2 | 6 | 40 | 0 | 61 | B | 63 | 5F | 2D |
| Octal | 122 | 342 | 6 | 100 | 0 | 141 | 13 | 143 | 137 | 55 |
| Binary | 1010010 | 11100010 | 110 | 1000000 | 0 | 1100001 | 1011 | 1100011 | 1011111 | 101101 |
Color Harmonies of #52E206
Complementary color
Monochromatic Colors of #52E206
Black with #52E206
Text Example
Text Example
White with #52E206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E206; }
p { color: rgb(82,226,6); }
H1.HeaderClassName
{
color: #52E206;
}
.AnyTagClassName
{
color: #52E206;
}
</style>
background-color css
<style>
a { background-color: #52E206; }
a { background-color: rgb(82,226,6); }
div.DivClassName
{
background-color: #52E206;
}
.BgClassName
{
background-color: #52E206;
}
</style>
border-color css
<style>
span { border-color: #52E206; }
span { border-color: rgb(82,226,6); }
td.TdClassName
{
border-color: #52E206;
}
.TagClassName
{
border-color: #52E206;
}
</style>