Html Css Color HEX #52DA6F Emerald

📋 copy color: '#52DA6F'

red 82 ◦ green 218 ◦ blue 111

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

Shades of Emerald #52DA6F

Tints of Emerald #52DA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 19.95%
G = 53.04%
B = 27.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#52DA6F (or 0x52DA6F) is known color: Emerald. HEX triplet: 52, DA and 6F. RGB value is (82,218,111). Sum of RGB (Red+Green+Blue) = 82+218+111=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA6F is #AD2590. Grayscale: #A5A5A5. Windows color (decimal): -11347345 or 7330386. OLE color: 7330386.

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

Color convert

RGB 82 218 111 -
CMYK 0.62 0 0.49 0.15
HSL 132.79º 0.65% 0.59% -
HSV(B) 132.79º 0.62% 0.85% -
XYZ 31.42 53.08 23.63 -
YUV 165.14 97.44 68.7 -
System Red Green Blue C M Y K H S L
Decimal 82 218 111 0.62 0 0.49 0.15 132.79 0.65 0.59
Hex 52 DA 6F 3E 0 31 F 85 41 3B
Octal 122 332 157 76 0 61 17 205 101 73
Binary 1010010 11011010 1101111 111110 0 110001 1111 10000101 1000001 111011

Color Harmonies of #52DA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA6F

Black with #52DA6F

Text Example


Text Example

White with #52DA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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