Shades of Screamin' Green #52F644
Tints of Screamin' Green #52F644
RGB
CMYK
RGB Variations
Color information
#52F644 (or 0x52F644) is known color: Screamin' Green. HEX triplet: 52, F6 and 44. RGB value is (82,246,68). Sum of RGB (Red+Green+Blue) = 82+246+68=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 246 (96.48% from 255 or 62.12% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 246 - color contains mainly: green. Hex color #52F644 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F644 is #AD09BB. Grayscale: #B1B1B1. Windows color (decimal): -11340220 or 4519506. OLE color: 4519506.
HSL color Cylindrical-coordinate representation of color #52F644: hue angle of 115.28º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52F644 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 246 | 68 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.04 |
| HSL | 115.28º | 0.91% | 0.62% | - |
| HSV(B) | 115.28º | 0.72% | 0.96% | - |
| XYZ | 37.48 | 68.12 | 16.64 | - |
| YUV | 176.67 | 66.67 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 246 | 68 | 0.67 | 0 | 0.72 | 0.04 | 115.28 | 0.91 | 0.62 |
| Hex | 52 | F6 | 44 | 43 | 0 | 48 | 4 | 73 | 5B | 3E |
| Octal | 122 | 366 | 104 | 103 | 0 | 110 | 4 | 163 | 133 | 76 |
| Binary | 1010010 | 11110110 | 1000100 | 1000011 | 0 | 1001000 | 100 | 1110011 | 1011011 | 111110 |
Color Harmonies of #52F644
Complementary color
Monochromatic Colors of #52F644
Black with #52F644
Text Example
Text Example
White with #52F644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F644; }
p { color: rgb(82,246,68); }
H1.HeaderClassName
{
color: #52F644;
}
.AnyTagClassName
{
color: #52F644;
}
</style>
background-color css
<style>
a { background-color: #52F644; }
a { background-color: rgb(82,246,68); }
div.DivClassName
{
background-color: #52F644;
}
.BgClassName
{
background-color: #52F644;
}
</style>
border-color css
<style>
span { border-color: #52F644; }
span { border-color: rgb(82,246,68); }
td.TdClassName
{
border-color: #52F644;
}
.TagClassName
{
border-color: #52F644;
}
</style>