Html Css Color HEX #52EC5A Screamin' Green

📋 copy color: '#52EC5A'

red 82 ◦ green 236 ◦ blue 90

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

Shades of Screamin' Green #52EC5A

Tints of Screamin' Green #52EC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 20.1%
G = 57.84%
B = 22.06%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#52EC5A (or 0x52EC5A) is known color: Screamin' Green. HEX triplet: 52, EC and 5A. RGB value is (82,236,90). Sum of RGB (Red+Green+Blue) = 82+236+90=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 236 (92.58% from 255 or 57.84% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #52EC5A is #AD13A5. Grayscale: #ADADAD. Windows color (decimal): -11342758 or 5958738. OLE color: 5958738.

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

Color convert

RGB 82 236 90 -
CMYK 0.65 0 0.62 0.07
HSL 123.12º 0.8% 0.62% -
HSV(B) 123.12º 0.65% 0.93% -
XYZ 35.32 62.52 19.88 -
YUV 173.31 80.98 62.87 -
System Red Green Blue C M Y K H S L
Decimal 82 236 90 0.65 0 0.62 0.07 123.12 0.8 0.62
Hex 52 EC 5A 41 0 3E 7 7B 50 3E
Octal 122 354 132 101 0 76 7 173 120 76
Binary 1010010 11101100 1011010 1000001 0 111110 111 1111011 1010000 111110

Color Harmonies of #52EC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EC5A

Black with #52EC5A

Text Example


Text Example

White with #52EC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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