Html Css Color HEX #52DA8D Emerald

📋 copy color: '#52DA8D'

red 82 ◦ green 218 ◦ blue 141

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

Shades of Emerald #52DA8D

Tints of Emerald #52DA8D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.43%

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

R = 18.59%
G = 49.43%
B = 31.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#52DA8D (or 0x52DA8D) is known color: Emerald. HEX triplet: 52, DA and 8D. RGB value is (82,218,141). Sum of RGB (Red+Green+Blue) = 82+218+141=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA8D is #AD2572. Grayscale: #A8A8A8. Windows color (decimal): -11347315 or 9296466. OLE color: 9296466.

HSL color Cylindrical-coordinate representation of color #52DA8D: hue angle of 146.03º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA8D is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 141 -
CMYK 0.62 0 0.35 0.15
HSL 146.03º 0.65% 0.59% -
HSV(B) 146.03º 0.62% 0.85% -
XYZ 33.36 53.86 33.84 -
YUV 168.56 112.44 66.26 -
System Red Green Blue C M Y K H S L
Decimal 82 218 141 0.62 0 0.35 0.15 146.03 0.65 0.59
Hex 52 DA 8D 3E 0 23 F 92 41 3B
Octal 122 332 215 76 0 43 17 222 101 73
Binary 1010010 11011010 10001101 111110 0 100011 1111 10010010 1000001 111011

Color Harmonies of #52DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA8D

Black with #52DA8D

Text Example


Text Example

White with #52DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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