Html Css Color HEX #52D375 Emerald

📋 copy color: '#52D375'

red 82 ◦ green 211 ◦ blue 117

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

Shades of Emerald #52D375

Tints of Emerald #52D375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.46%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 20%
G = 51.46%
B = 28.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#52D375 (or 0x52D375) is known color: Emerald. HEX triplet: 52, D3 and 75. RGB value is (82,211,117). Sum of RGB (Red+Green+Blue) = 82+211+117=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #52D375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D375 is #AD2C8A. Grayscale: #A1A1A1. Windows color (decimal): -11349131 or 7721810. OLE color: 7721810.

HSL color Cylindrical-coordinate representation of color #52D375: hue angle of 136.28º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D375 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 211 117 -
CMYK 0.61 0 0.45 0.17
HSL 136.28º 0.59% 0.57% -
HSV(B) 136.28º 0.61% 0.83% -
XYZ 29.98 49.67 24.84 -
YUV 161.71 102.76 71.14 -
System Red Green Blue C M Y K H S L
Decimal 82 211 117 0.61 0 0.45 0.17 136.28 0.59 0.57
Hex 52 D3 75 3D 0 2D 11 88 3B 39
Octal 122 323 165 75 0 55 21 210 73 71
Binary 1010010 11010011 1110101 111101 0 101101 10001 10001000 111011 111001

Color Harmonies of #52D375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D375

Black with #52D375

Text Example


Text Example

White with #52D375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,211,117); }

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

background-color css

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

 a { background-color: rgb(82,211,117); }

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

border-color css

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

 span { border-color: rgb(82,211,117); }

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