#52E64D

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

Shades of Screamin' Green #52E64D

Tints of Screamin' Green #52E64D

Color information

#52E64D (or 0x52E64D) is unknown color: approx Screamin' Green. HEX triplet: 52, E6 and 4D. RGB value is (82,230,77). Sum of RGB (Red+Green+Blue) = 82+230+77=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 230 (90.23% from 255 or 59.13% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 230 - color contains mainly: green. Hex color #52E64D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52E64D is #AD19B2. Grayscale: #A8A8A8. Windows color (decimal): -11344307 or 5105234. OLE color: 5105234.

HSL color Cylindrical-coordinate representation of color #52E64D: hue angle of 118.04º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52E64D is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB8223077-
CMYK0.6400.670.10
HSL118.04º75.37%60.2%-
HSV(B)118.04º66.52%90.2%-
XYZ33.1258.9216.65-
YUV168.3176.4766.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 230 (90.23% from 255) = 59.13%
BLUE value IS 77 (30.47% from 255) = 19.79%
R=21.08%
G=59.13%
B=19.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal82230770.6400.670.10118.0475.3760.2
Hex52E64D40043A764b3c
Octal12234611510001031216611374
Binary1010010111001101001101100000001000011101011101101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,230,77); }

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

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

 a { background-color: rgb(82,230,77); }

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

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

 span { border-color: rgb(82,230,77); }

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