Html Css Color HEX #52EC70 Screamin' Green

📋 copy color: '#52EC70'

red 82 ◦ green 236 ◦ blue 112

#52EC70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #52EC70

Tints of Screamin' Green #52EC70

RGB

 RED value IS 82 (32.42% from 255) = 19.07%

 GREEN value IS 236 (92.58% from 255) = 54.88%

 BLUE value IS 112 (44.14% from 255) = 26.05%

R = 19.07%
G = 54.88%
B = 26.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#52EC70 (or 0x52EC70) is known color: Screamin' Green. HEX triplet: 52, EC and 70. RGB value is (82,236,112). Sum of RGB (Red+Green+Blue) = 82+236+112=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC70 is #AD138F. Grayscale: #B0B0B0. Windows color (decimal): -11342736 or 7400530. OLE color: 7400530.

HSL color Cylindrical-coordinate representation of color #52EC70: hue angle of 131.69º 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 #52EC70 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 112 -
CMYK 0.65 0 0.53 0.07
HSL 131.69º 0.8% 0.62% -
HSV(B) 131.69º 0.65% 0.93% -
XYZ 36.4 62.95 25.56 -
YUV 175.82 91.98 61.08 -
System Red Green Blue C M Y K H S L
Decimal 82 236 112 0.65 0 0.53 0.07 131.69 0.8 0.62
Hex 52 EC 70 41 0 35 7 84 50 3E
Octal 122 354 160 101 0 65 7 204 120 76
Binary 1010010 11101100 1110000 1000001 0 110101 111 10000100 1010000 111110

Color Harmonies of #52EC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC70

Black with #52EC70

Text Example


Text Example

White with #52EC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52EC70;
 }
 .AnyTagClassName
 {
   color: #52EC70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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