#52EC62

Color #52EC62 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #52EC62

Tints of Screamin' Green #52EC62

Color information

#52EC62 (or 0x52EC62) is unknown color: approx Screamin' Green. HEX triplet: 52, EC and 62. RGB value is (82,236,98). Sum of RGB (Red+Green+Blue) = 82+236+98=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC62 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC62 is #AD139D. Grayscale: #AEAEAE. Windows color (decimal): -11342750 or 6483026. OLE color: 6483026.

HSL color Cylindrical-coordinate representation of color #52EC62: hue angle of 126.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EC62 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB8223698-
CMYK0.6500.580.07
HSL126.23º80.21%62.35%-
HSV(B)126.23º65.25%92.55%-
XYZ35.6862.6721.77-
YUV174.2284.9862.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 19.71%
GREEN value IS 236 (92.58% from 255) = 56.73%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=19.71%
G=56.73%
B=23.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal82236980.6500.580.07126.2380.2162.35
Hex52EC624103A77e503e
Octal122354142101072717612076
Binary10100101110110011000101000001011101011111111101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52EC62; }

 p { color: rgb(82,236,98); }

 H1.HeaderClassName
 {
   color: #52EC62;
 }
 .AnyTagClassName
 {
   color: #52EC62;
 }
</style>
background-color css

<style>
 a { background-color: #52EC62; }

 a { background-color: rgb(82,236,98); }

 div.DivClassName
 {
   background-color: #52EC62;
 }
 .BgClassName
 {
   background-color: #52EC62;
 }
</style>
border-color css

<style>
 span { border-color: #52EC62; }

 span { border-color: rgb(82,236,98); }

 td.TdClassName
 {
   border-color: #52EC62;
 }
 .TagClassName
 {
   border-color: #52EC62;
 }
</style>