Shades of Screamin' Green #52F56C
Tints of Screamin' Green #52F56C
RGB
CMYK
RGB Variations
Color information
#52F56C (or 0x52F56C) is known color: Screamin' Green. HEX triplet: 52, F5 and 6C. RGB value is (82,245,108). Sum of RGB (Red+Green+Blue) = 82+245+108=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 245 (96.09% from 255 or 56.32% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 245 - color contains mainly: green. Hex color #52F56C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52F56C is #AD0A93. Grayscale: #B5B5B5. Windows color (decimal): -11340436 or 7140690. OLE color: 7140690.
HSL color Cylindrical-coordinate representation of color #52F56C: hue angle of 129.57º degrees, saturation: 0.89, 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 #52F56C is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 108 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.04 |
| HSL | 129.57º | 0.89% | 0.64% | - |
| HSV(B) | 129.57º | 0.67% | 0.96% | - |
| XYZ | 38.84 | 68.18 | 25.3 | - |
| YUV | 180.65 | 87 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 108 | 0.67 | 0 | 0.56 | 0.04 | 129.57 | 0.89 | 0.64 |
| Hex | 52 | F5 | 6C | 43 | 0 | 38 | 4 | 82 | 59 | 40 |
| Octal | 122 | 365 | 154 | 103 | 0 | 70 | 4 | 202 | 131 | 100 |
| Binary | 1010010 | 11110101 | 1101100 | 1000011 | 0 | 111000 | 100 | 10000010 | 1011001 | 1000000 |
Color Harmonies of #52F56C
Complementary color
Monochromatic Colors of #52F56C
Black with #52F56C
Text Example
Text Example
White with #52F56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F56C; }
p { color: rgb(82,245,108); }
H1.HeaderClassName
{
color: #52F56C;
}
.AnyTagClassName
{
color: #52F56C;
}
</style>
background-color css
<style>
a { background-color: #52F56C; }
a { background-color: rgb(82,245,108); }
div.DivClassName
{
background-color: #52F56C;
}
.BgClassName
{
background-color: #52F56C;
}
</style>
border-color css
<style>
span { border-color: #52F56C; }
span { border-color: rgb(82,245,108); }
td.TdClassName
{
border-color: #52F56C;
}
.TagClassName
{
border-color: #52F56C;
}
</style>