Shades of Bright Green #52DF08
Tints of Bright Green #52DF08
RGB
CMYK
RGB Variations
Color information
#52DF08 (or 0x52DF08) is known color: Bright Green. HEX triplet: 52, DF and 08. RGB value is (82,223,8). Sum of RGB (Red+Green+Blue) = 82+223+8=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DF08 is #AD20F7. Grayscale: #9D9D9D. Windows color (decimal): -11346168 or 581458. OLE color: 581458.
HSL color Cylindrical-coordinate representation of color #52DF08: hue angle of 99.35º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52DF08 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 8 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.13 |
| HSL | 99.35º | 0.93% | 0.45% | - |
| HSV(B) | 99.35º | 0.96% | 0.87% | - |
| XYZ | 29.91 | 54.59 | 9.19 | - |
| YUV | 156.33 | 44.29 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 8 | 0.63 | 0 | 0.96 | 0.13 | 99.35 | 0.93 | 0.45 |
| Hex | 52 | DF | 8 | 3F | 0 | 60 | D | 63 | 5D | 2D |
| Octal | 122 | 337 | 10 | 77 | 0 | 140 | 15 | 143 | 135 | 55 |
| Binary | 1010010 | 11011111 | 1000 | 111111 | 0 | 1100000 | 1101 | 1100011 | 1011101 | 101101 |
Color Harmonies of #52DF08
Complementary color
Monochromatic Colors of #52DF08
Black with #52DF08
Text Example
Text Example
White with #52DF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DF08; }
p { color: rgb(82,223,8); }
H1.HeaderClassName
{
color: #52DF08;
}
.AnyTagClassName
{
color: #52DF08;
}
</style>
background-color css
<style>
a { background-color: #52DF08; }
a { background-color: rgb(82,223,8); }
div.DivClassName
{
background-color: #52DF08;
}
.BgClassName
{
background-color: #52DF08;
}
</style>
border-color css
<style>
span { border-color: #52DF08; }
span { border-color: rgb(82,223,8); }
td.TdClassName
{
border-color: #52DF08;
}
.TagClassName
{
border-color: #52DF08;
}
</style>