Shades of Screamin' Green #52E647
Tints of Screamin' Green #52E647
RGB
CMYK
RGB Variations
Color information
#52E647 (or 0x52E647) is known color: Screamin' Green. HEX triplet: 52, E6 and 47. RGB value is (82,230,71). Sum of RGB (Red+Green+Blue) = 82+230+71=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 230 (90.23% from 255 or 60.05% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 230 - color contains mainly: green. Hex color #52E647 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52E647 is #AD19B8. Grayscale: #A8A8A8. Windows color (decimal): -11344313 or 4712018. OLE color: 4712018.
HSL color Cylindrical-coordinate representation of color #52E647: hue angle of 115.85º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52E647 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 230 | 71 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.10 |
| HSL | 115.85º | 0.76% | 0.59% | - |
| HSV(B) | 115.85º | 0.69% | 0.9% | - |
| XYZ | 32.91 | 58.84 | 15.58 | - |
| YUV | 167.62 | 73.47 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 230 | 71 | 0.64 | 0 | 0.69 | 0.10 | 115.85 | 0.76 | 0.59 |
| Hex | 52 | E6 | 47 | 40 | 0 | 45 | A | 74 | 4C | 3B |
| Octal | 122 | 346 | 107 | 100 | 0 | 105 | 12 | 164 | 114 | 73 |
| Binary | 1010010 | 11100110 | 1000111 | 1000000 | 0 | 1000101 | 1010 | 1110100 | 1001100 | 111011 |
Color Harmonies of #52E647
Complementary color
Monochromatic Colors of #52E647
Black with #52E647
Text Example
Text Example
White with #52E647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E647; }
p { color: rgb(82,230,71); }
H1.HeaderClassName
{
color: #52E647;
}
.AnyTagClassName
{
color: #52E647;
}
</style>
background-color css
<style>
a { background-color: #52E647; }
a { background-color: rgb(82,230,71); }
div.DivClassName
{
background-color: #52E647;
}
.BgClassName
{
background-color: #52E647;
}
</style>
border-color css
<style>
span { border-color: #52E647; }
span { border-color: rgb(82,230,71); }
td.TdClassName
{
border-color: #52E647;
}
.TagClassName
{
border-color: #52E647;
}
</style>