#52EB5C

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

Shades of Screamin' Green #52EB5C

Tints of Screamin' Green #52EB5C

Color information

#52EB5C (or 0x52EB5C) is unknown color: approx Screamin' Green. HEX triplet: 52, EB and 5C. RGB value is (82,235,92). Sum of RGB (Red+Green+Blue) = 82+235+92=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 235 (92.19% from 255 or 57.46% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 235 - color contains mainly: green. Hex color #52EB5C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EB5C is #AD14A3. Grayscale: #ADADAD. Windows color (decimal): -11343012 or 6089554. OLE color: 6089554.

HSL color Cylindrical-coordinate representation of color #52EB5C: hue angle of 123.92º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EB5C is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB8223592-
CMYK0.6500.610.08
HSL123.92º79.27%62.16%-
HSV(B)123.92º65.11%92.16%-
XYZ35.1261.9820.24-
YUV172.9582.3163.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.05%
GREEN value IS 235 (92.19% from 255) = 57.46%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=20.05%
G=57.46%
B=22.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal82235920.6500.610.08123.9279.2762.16
Hex52EB5C4103D87c4f3e
Octal1223531341010751017411776
Binary101001011101011101110010000010111101100011111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,235,92); }

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

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

 a { background-color: rgb(82,235,92); }

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

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

 span { border-color: rgb(82,235,92); }

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