Html Css Color HEX #52D38D Emerald

📋 copy color: '#52D38D'

red 82 ◦ green 211 ◦ blue 141

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

Shades of Emerald #52D38D

Tints of Emerald #52D38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 18.89%
G = 48.62%
B = 32.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#52D38D (or 0x52D38D) is known color: Emerald. HEX triplet: 52, D3 and 8D. RGB value is (82,211,141). Sum of RGB (Red+Green+Blue) = 82+211+141=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #52D38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D38D is #AD2C72. Grayscale: #A4A4A4. Windows color (decimal): -11349107 or 9294674. OLE color: 9294674.

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

Color convert

RGB 82 211 141 -
CMYK 0.61 0 0.33 0.17
HSL 147.44º 0.59% 0.57% -
HSV(B) 147.44º 0.61% 0.83% -
XYZ 31.58 50.31 33.24 -
YUV 164.45 114.76 69.19 -
System Red Green Blue C M Y K H S L
Decimal 82 211 141 0.61 0 0.33 0.17 147.44 0.59 0.57
Hex 52 D3 8D 3D 0 21 11 93 3B 39
Octal 122 323 215 75 0 41 21 223 73 71
Binary 1010010 11010011 10001101 111101 0 100001 10001 10010011 111011 111001

Color Harmonies of #52D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D38D

Black with #52D38D

Text Example


Text Example

White with #52D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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