Html Css Color HEX #52D673 Emerald

📋 copy color: '#52D673'

red 82 ◦ green 214 ◦ blue 115

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

Shades of Emerald #52D673

Tints of Emerald #52D673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.98%

R = 19.95%
G = 52.07%
B = 27.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#52D673 (or 0x52D673) is known color: Emerald. HEX triplet: 52, D6 and 73. RGB value is (82,214,115). Sum of RGB (Red+Green+Blue) = 82+214+115=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #52D673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D673 is #AD298C. Grayscale: #A3A3A3. Windows color (decimal): -11348365 or 7591506. OLE color: 7591506.

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

Color convert

RGB 82 214 115 -
CMYK 0.62 0 0.46 0.16
HSL 135º 0.62% 0.58% -
HSV(B) 135º 0.62% 0.84% -
XYZ 30.62 51.12 24.47 -
YUV 163.25 100.77 70.05 -
System Red Green Blue C M Y K H S L
Decimal 82 214 115 0.62 0 0.46 0.16 135 0.62 0.58
Hex 52 D6 73 3E 0 2E 10 87 3E 3A
Octal 122 326 163 76 0 56 20 207 76 72
Binary 1010010 11010110 1110011 111110 0 101110 10000 10000111 111110 111010

Color Harmonies of #52D673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D673

Black with #52D673

Text Example


Text Example

White with #52D673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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