Html Css Color HEX #52D68C Emerald

📋 copy color: '#52D68C'

red 82 ◦ green 214 ◦ blue 140

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

Shades of Emerald #52D68C

Tints of Emerald #52D68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 18.81%
G = 49.08%
B = 32.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#52D68C (or 0x52D68C) is known color: Emerald. HEX triplet: 52, D6 and 8C. RGB value is (82,214,140). Sum of RGB (Red+Green+Blue) = 82+214+140=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #52D68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D68C is #AD2973. Grayscale: #A6A6A6. Windows color (decimal): -11348340 or 9229906. OLE color: 9229906.

HSL color Cylindrical-coordinate representation of color #52D68C: hue angle of 146.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D68C is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 214 140 -
CMYK 0.62 0 0.35 0.16
HSL 146.36º 0.62% 0.58% -
HSV(B) 146.36º 0.62% 0.84% -
XYZ 32.26 51.78 33.11 -
YUV 166.1 113.27 68.02 -
System Red Green Blue C M Y K H S L
Decimal 82 214 140 0.62 0 0.35 0.16 146.36 0.62 0.58
Hex 52 D6 8C 3E 0 23 10 92 3E 3A
Octal 122 326 214 76 0 43 20 222 76 72
Binary 1010010 11010110 10001100 111110 0 100011 10000 10010010 111110 111010

Color Harmonies of #52D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D68C

Black with #52D68C

Text Example


Text Example

White with #52D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,214,140); }

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

background-color css

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

 a { background-color: rgb(82,214,140); }

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

border-color css

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

 span { border-color: rgb(82,214,140); }

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