Html Css Color HEX #52D68F Emerald

📋 copy color: '#52D68F'

red 82 ◦ green 214 ◦ blue 143

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

Shades of Emerald #52D68F

Tints of Emerald #52D68F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.75%

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

R = 18.68%
G = 48.75%
B = 32.57%

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

#52D68F (or 0x52D68F) is known color: Emerald. HEX triplet: 52, D6 and 8F. RGB value is (82,214,143). Sum of RGB (Red+Green+Blue) = 82+214+143=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #52D68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D68F is #AD2970. Grayscale: #A6A6A6. Windows color (decimal): -11348337 or 9426514. OLE color: 9426514.

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

Color convert

RGB 82 214 143 -
CMYK 0.62 0 0.33 0.16
HSL 147.73º 0.62% 0.58% -
HSV(B) 147.73º 0.62% 0.84% -
XYZ 32.48 51.87 34.29 -
YUV 166.44 114.77 67.77 -
System Red Green Blue C M Y K H S L
Decimal 82 214 143 0.62 0 0.33 0.16 147.73 0.62 0.58
Hex 52 D6 8F 3E 0 21 10 94 3E 3A
Octal 122 326 217 76 0 41 20 224 76 72
Binary 1010010 11010110 10001111 111110 0 100001 10000 10010100 111110 111010

Color Harmonies of #52D68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D68F

Black with #52D68F

Text Example


Text Example

White with #52D68F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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