Shades of Screamin' Green #52F647
Tints of Screamin' Green #52F647
RGB
CMYK
RGB Variations
Color information
#52F647 (or 0x52F647) is known color: Screamin' Green. HEX triplet: 52, F6 and 47. RGB value is (82,246,71). Sum of RGB (Red+Green+Blue) = 82+246+71=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 246 (96.48% from 255 or 61.65% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 246 - color contains mainly: green. Hex color #52F647 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F647 is #AD09B8. Grayscale: #B1B1B1. Windows color (decimal): -11340217 or 4716114. OLE color: 4716114.
HSL color Cylindrical-coordinate representation of color #52F647: hue angle of 116.23º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52F647 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 71 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.04 |
| HSL | 116.23º | 0.91% | 0.62% | - |
| HSV(B) | 116.23º | 0.71% | 0.96% | - |
| XYZ | 37.57 | 68.16 | 17.14 | - |
| YUV | 177.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 71 | 0.67 | 0 | 0.71 | 0.04 | 116.23 | 0.91 | 0.62 |
| Hex | 52 | F6 | 47 | 43 | 0 | 47 | 4 | 74 | 5B | 3E |
| Octal | 122 | 366 | 107 | 103 | 0 | 107 | 4 | 164 | 133 | 76 |
| Binary | 1010010 | 11110110 | 1000111 | 1000011 | 0 | 1000111 | 100 | 1110100 | 1011011 | 111110 |
Color Harmonies of #52F647
Complementary color
Monochromatic Colors of #52F647
Black with #52F647
Text Example
Text Example
White with #52F647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F647; }
p { color: rgb(82,246,71); }
H1.HeaderClassName
{
color: #52F647;
}
.AnyTagClassName
{
color: #52F647;
}
</style>
background-color css
<style>
a { background-color: #52F647; }
a { background-color: rgb(82,246,71); }
div.DivClassName
{
background-color: #52F647;
}
.BgClassName
{
background-color: #52F647;
}
</style>
border-color css
<style>
span { border-color: #52F647; }
span { border-color: rgb(82,246,71); }
td.TdClassName
{
border-color: #52F647;
}
.TagClassName
{
border-color: #52F647;
}
</style>