Html Css Color HEX #52D68B Emerald

📋 copy color: '#52D68B'

red 82 ◦ green 214 ◦ blue 139

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

Shades of Emerald #52D68B

Tints of Emerald #52D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 18.85%
G = 49.2%
B = 31.95%

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

#52D68B (or 0x52D68B) is known color: Emerald. HEX triplet: 52, D6 and 8B. RGB value is (82,214,139). Sum of RGB (Red+Green+Blue) = 82+214+139=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #52D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D68B is #AD2974. Grayscale: #A6A6A6. Windows color (decimal): -11348341 or 9164370. OLE color: 9164370.

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

Color convert

RGB 82 214 139 -
CMYK 0.62 0 0.35 0.16
HSL 145.91º 0.62% 0.58% -
HSV(B) 145.91º 0.62% 0.84% -
XYZ 32.19 51.75 32.72 -
YUV 165.98 112.77 68.1 -
System Red Green Blue C M Y K H S L
Decimal 82 214 139 0.62 0 0.35 0.16 145.91 0.62 0.58
Hex 52 D6 8B 3E 0 23 10 92 3E 3A
Octal 122 326 213 76 0 43 20 222 76 72
Binary 1010010 11010110 10001011 111110 0 100011 10000 10010010 111110 111010

Color Harmonies of #52D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D68B

Black with #52D68B

Text Example


Text Example

White with #52D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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