Html Css Color HEX #52C684 Emerald

📋 copy color: '#52C684'

red 82 ◦ green 198 ◦ blue 132

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

Shades of Emerald #52C684

Tints of Emerald #52C684

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.06%

 BLUE value IS 132 (51.95% from 255) = 32.04%

R = 19.9%
G = 48.06%
B = 32.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#52C684 (or 0x52C684) is known color: Emerald. HEX triplet: 52, C6 and 84. RGB value is (82,198,132). Sum of RGB (Red+Green+Blue) = 82+198+132=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #52C684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C684 is #AD397B. Grayscale: #9B9B9B. Windows color (decimal): -11352444 or 8701522. OLE color: 8701522.

HSL color Cylindrical-coordinate representation of color #52C684: hue angle of 145.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C684 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 132 -
CMYK 0.59 0 0.33 0.22
HSL 145.86º 0.5% 0.55% -
HSV(B) 145.86º 0.59% 0.78% -
XYZ 27.84 43.85 28.83 -
YUV 155.79 114.57 75.37 -
System Red Green Blue C M Y K H S L
Decimal 82 198 132 0.59 0 0.33 0.22 145.86 0.5 0.55
Hex 52 C6 84 3B 0 21 16 92 32 37
Octal 122 306 204 73 0 41 26 222 62 67
Binary 1010010 11000110 10000100 111011 0 100001 10110 10010010 110010 110111

Color Harmonies of #52C684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C684

Black with #52C684

Text Example


Text Example

White with #52C684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,198,132); }

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

background-color css

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

 a { background-color: rgb(82,198,132); }

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

border-color css

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

 span { border-color: rgb(82,198,132); }

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