Html Css Color HEX #52D78E Emerald

📋 copy color: '#52D78E'

red 82 ◦ green 215 ◦ blue 142

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

Shades of Emerald #52D78E

Tints of Emerald #52D78E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 18.68%
G = 48.97%
B = 32.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#52D78E (or 0x52D78E) is known color: Emerald. HEX triplet: 52, D7 and 8E. RGB value is (82,215,142). Sum of RGB (Red+Green+Blue) = 82+215+142=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #52D78E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D78E is #AD2871. Grayscale: #A7A7A7. Windows color (decimal): -11348082 or 9361234. OLE color: 9361234.

HSL color Cylindrical-coordinate representation of color #52D78E: hue angle of 147.07º 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 #52D78E is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 142 -
CMYK 0.62 0 0.34 0.16
HSL 147.07º 0.62% 0.58% -
HSV(B) 147.07º 0.62% 0.84% -
XYZ 32.66 52.35 33.97 -
YUV 166.91 113.94 67.44 -
System Red Green Blue C M Y K H S L
Decimal 82 215 142 0.62 0 0.34 0.16 147.07 0.62 0.58
Hex 52 D7 8E 3E 0 22 10 93 3E 3A
Octal 122 327 216 76 0 42 20 223 76 72
Binary 1010010 11010111 10001110 111110 0 100010 10000 10010011 111110 111010

Color Harmonies of #52D78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D78E

Black with #52D78E

Text Example


Text Example

White with #52D78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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