Html Css Color HEX #52D78F Emerald

📋 copy color: '#52D78F'

red 82 ◦ green 215 ◦ blue 143

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

Shades of Emerald #52D78F

Tints of Emerald #52D78F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.86%

 BLUE value IS 143 (56.25% from 255) = 32.5%

R = 18.64%
G = 48.86%
B = 32.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#52D78F (or 0x52D78F) is known color: Emerald. HEX triplet: 52, D7 and 8F. RGB value is (82,215,143). Sum of RGB (Red+Green+Blue) = 82+215+143=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #52D78F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D78F is #AD2870. Grayscale: #A7A7A7. Windows color (decimal): -11348081 or 9426770. OLE color: 9426770.

HSL color Cylindrical-coordinate representation of color #52D78F: hue angle of 147.52º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D78F is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 143 -
CMYK 0.62 0 0.33 0.16
HSL 147.52º 0.62% 0.58% -
HSV(B) 147.52º 0.62% 0.84% -
XYZ 32.74 52.38 34.37 -
YUV 167.03 114.44 67.35 -
System Red Green Blue C M Y K H S L
Decimal 82 215 143 0.62 0 0.33 0.16 147.52 0.62 0.58
Hex 52 D7 8F 3E 0 21 10 94 3E 3A
Octal 122 327 217 76 0 41 20 224 76 72
Binary 1010010 11010111 10001111 111110 0 100001 10000 10010100 111110 111010

Color Harmonies of #52D78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D78F

Black with #52D78F

Text Example


Text Example

White with #52D78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,215,143); }

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

background-color css

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

 a { background-color: rgb(82,215,143); }

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

border-color css

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

 span { border-color: rgb(82,215,143); }

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