Html Css Color HEX #52D18F Emerald

📋 copy color: '#52D18F'

red 82 ◦ green 209 ◦ blue 143

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

Shades of Emerald #52D18F

Tints of Emerald #52D18F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.16%

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

R = 18.89%
G = 48.16%
B = 32.95%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#52D18F (or 0x52D18F) is known color: Emerald. HEX triplet: 52, D1 and 8F. RGB value is (82,209,143). Sum of RGB (Red+Green+Blue) = 82+209+143=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 209 - color contains mainly: green. Hex color #52D18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D18F is #AD2E70. Grayscale: #A3A3A3. Windows color (decimal): -11349617 or 9425234. OLE color: 9425234.

HSL color Cylindrical-coordinate representation of color #52D18F: hue angle of 148.82º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D18F is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 209 143 -
CMYK 0.61 0 0.32 0.18
HSL 148.82º 0.58% 0.57% -
HSV(B) 148.82º 0.61% 0.82% -
XYZ 31.24 49.38 33.87 -
YUV 163.5 116.42 69.87 -
System Red Green Blue C M Y K H S L
Decimal 82 209 143 0.61 0 0.32 0.18 148.82 0.58 0.57
Hex 52 D1 8F 3D 0 20 12 95 3A 39
Octal 122 321 217 75 0 40 22 225 72 71
Binary 1010010 11010001 10001111 111101 0 100000 10010 10010101 111010 111001

Color Harmonies of #52D18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D18F

Black with #52D18F

Text Example


Text Example

White with #52D18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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