Html Css Color HEX #52D07C Emerald

📋 copy color: '#52D07C'

red 82 ◦ green 208 ◦ blue 124

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

Shades of Emerald #52D07C

Tints of Emerald #52D07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 19.81%
G = 50.24%
B = 29.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#52D07C (or 0x52D07C) is known color: Emerald. HEX triplet: 52, D0 and 7C. RGB value is (82,208,124). Sum of RGB (Red+Green+Blue) = 82+208+124=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #52D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D07C is #AD2F83. Grayscale: #A0A0A0. Windows color (decimal): -11349892 or 8179794. OLE color: 8179794.

HSL color Cylindrical-coordinate representation of color #52D07C: hue angle of 140º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D07C is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 124 -
CMYK 0.61 0 0.40 0.18
HSL 140º 0.57% 0.57% -
HSV(B) 140º 0.61% 0.82% -
XYZ 29.67 48.36 26.84 -
YUV 160.75 107.26 71.83 -
System Red Green Blue C M Y K H S L
Decimal 82 208 124 0.61 0 0.40 0.18 140 0.57 0.57
Hex 52 D0 7C 3D 0 28 12 8C 39 39
Octal 122 320 174 75 0 50 22 214 71 71
Binary 1010010 11010000 1111100 111101 0 101000 10010 10001100 111001 111001

Color Harmonies of #52D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D07C

Black with #52D07C

Text Example


Text Example

White with #52D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,208,124); }

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

background-color css

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

 a { background-color: rgb(82,208,124); }

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

border-color css

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

 span { border-color: rgb(82,208,124); }

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