Html Css Color HEX #52DC7D Emerald

📋 copy color: '#52DC7D'

red 82 ◦ green 220 ◦ blue 125

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

Shades of Emerald #52DC7D

Tints of Emerald #52DC7D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.52%

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 19.2%
G = 51.52%
B = 29.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#52DC7D (or 0x52DC7D) is known color: Emerald. HEX triplet: 52, DC and 7D. RGB value is (82,220,125). Sum of RGB (Red+Green+Blue) = 82+220+125=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DC7D is #AD2382. Grayscale: #A8A8A8. Windows color (decimal): -11346819 or 8248402. OLE color: 8248402.

HSL color Cylindrical-coordinate representation of color #52DC7D: hue angle of 138.7º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DC7D is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 220 125 -
CMYK 0.63 0 0.43 0.14
HSL 138.7º 0.66% 0.59% -
HSV(B) 138.7º 0.63% 0.86% -
XYZ 32.77 54.46 28.19 -
YUV 167.91 103.78 66.72 -
System Red Green Blue C M Y K H S L
Decimal 82 220 125 0.63 0 0.43 0.14 138.7 0.66 0.59
Hex 52 DC 7D 3F 0 2B E 8B 42 3B
Octal 122 334 175 77 0 53 16 213 102 73
Binary 1010010 11011100 1111101 111111 0 101011 1110 10001011 1000010 111011

Color Harmonies of #52DC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DC7D

Black with #52DC7D

Text Example


Text Example

White with #52DC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,220,125); }

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

background-color css

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

 a { background-color: rgb(82,220,125); }

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

border-color css

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

 span { border-color: rgb(82,220,125); }

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