Shades of Screamin' Green #52F680
Tints of Screamin' Green #52F680
RGB
CMYK
RGB Variations
Color information
#52F680 (or 0x52F680) is known color: Screamin' Green. HEX triplet: 52, F6 and 80. RGB value is (82,246,128). Sum of RGB (Red+Green+Blue) = 82+246+128=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #52F680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F680 is #AD097F. Grayscale: #B7B7B7. Windows color (decimal): -11340160 or 8451666. OLE color: 8451666.
HSL color Cylindrical-coordinate representation of color #52F680: hue angle of 136.83º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F680 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 128 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.04 |
| HSL | 136.83º | 0.9% | 0.64% | - |
| HSV(B) | 136.83º | 0.67% | 0.96% | - |
| XYZ | 40.33 | 69.26 | 31.67 | - |
| YUV | 183.51 | 96.67 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 128 | 0.67 | 0 | 0.48 | 0.04 | 136.83 | 0.9 | 0.64 |
| Hex | 52 | F6 | 80 | 43 | 0 | 30 | 4 | 89 | 5A | 40 |
| Octal | 122 | 366 | 200 | 103 | 0 | 60 | 4 | 211 | 132 | 100 |
| Binary | 1010010 | 11110110 | 10000000 | 1000011 | 0 | 110000 | 100 | 10001001 | 1011010 | 1000000 |
Color Harmonies of #52F680
Complementary color
Monochromatic Colors of #52F680
Black with #52F680
Text Example
Text Example
White with #52F680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F680; }
p { color: rgb(82,246,128); }
H1.HeaderClassName
{
color: #52F680;
}
.AnyTagClassName
{
color: #52F680;
}
</style>
background-color css
<style>
a { background-color: #52F680; }
a { background-color: rgb(82,246,128); }
div.DivClassName
{
background-color: #52F680;
}
.BgClassName
{
background-color: #52F680;
}
</style>
border-color css
<style>
span { border-color: #52F680; }
span { border-color: rgb(82,246,128); }
td.TdClassName
{
border-color: #52F680;
}
.TagClassName
{
border-color: #52F680;
}
</style>