Html Css Color HEX #52C387 Emerald

📋 copy color: '#52C387'

red 82 ◦ green 195 ◦ blue 135

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

Shades of Emerald #52C387

Tints of Emerald #52C387

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

 BLUE value IS 135 (53.13% from 255) = 32.77%

R = 19.9%
G = 47.33%
B = 32.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#52C387 (or 0x52C387) is known color: Emerald. HEX triplet: 52, C3 and 87. RGB value is (82,195,135). Sum of RGB (Red+Green+Blue) = 82+195+135=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #52C387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C387 is #AD3C78. Grayscale: #9A9A9A. Windows color (decimal): -11353209 or 8897362. OLE color: 8897362.

HSL color Cylindrical-coordinate representation of color #52C387: hue angle of 148.14º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C387 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 135 -
CMYK 0.58 0 0.31 0.24
HSL 148.14º 0.48% 0.54% -
HSV(B) 148.14º 0.58% 0.76% -
XYZ 27.37 42.57 29.7 -
YUV 154.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 82 195 135 0.58 0 0.31 0.24 148.14 0.48 0.54
Hex 52 C3 87 3A 0 1F 18 94 30 36
Octal 122 303 207 72 0 37 30 224 60 66
Binary 1010010 11000011 10000111 111010 0 11111 11000 10010100 110000 110110

Color Harmonies of #52C387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C387

Black with #52C387

Text Example


Text Example

White with #52C387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,135); }

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

background-color css

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

 a { background-color: rgb(82,195,135); }

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

border-color css

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

 span { border-color: rgb(82,195,135); }

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