Html Css Color HEX #52D07D Emerald

📋 copy color: '#52D07D'

red 82 ◦ green 208 ◦ blue 125

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

Shades of Emerald #52D07D

Tints of Emerald #52D07D

RGB

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

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

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

R = 19.76%
G = 50.12%
B = 30.12%

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

#52D07D (or 0x52D07D) is known color: Emerald. HEX triplet: 52, D0 and 7D. RGB value is (82,208,125). Sum of RGB (Red+Green+Blue) = 82+208+125=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #52D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D07D is #AD2F82. Grayscale: #A1A1A1. Windows color (decimal): -11349891 or 8245330. OLE color: 8245330.

HSL color Cylindrical-coordinate representation of color #52D07D: hue angle of 140.48º 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 #52D07D is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 208 125 -
CMYK 0.61 0 0.40 0.18
HSL 140.48º 0.57% 0.57% -
HSV(B) 140.48º 0.61% 0.82% -
XYZ 29.74 48.39 27.17 -
YUV 160.86 107.76 71.75 -
System Red Green Blue C M Y K H S L
Decimal 82 208 125 0.61 0 0.40 0.18 140.48 0.57 0.57
Hex 52 D0 7D 3D 0 28 12 8C 39 39
Octal 122 320 175 75 0 50 22 214 71 71
Binary 1010010 11010000 1111101 111101 0 101000 10010 10001100 111001 111001

Color Harmonies of #52D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D07D

Black with #52D07D

Text Example


Text Example

White with #52D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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