Html Css Color HEX #52C47B Emerald

📋 copy color: '#52C47B'

red 82 ◦ green 196 ◦ blue 123

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

Shades of Emerald #52C47B

Tints of Emerald #52C47B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.88%

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 20.45%
G = 48.88%
B = 30.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#52C47B (or 0x52C47B) is known color: Emerald. HEX triplet: 52, C4 and 7B. RGB value is (82,196,123). Sum of RGB (Red+Green+Blue) = 82+196+123=401 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.45% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #52C47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C47B is #AD3B84. Grayscale: #999999. Windows color (decimal): -11352965 or 8111186. OLE color: 8111186.

HSL color Cylindrical-coordinate representation of color #52C47B: hue angle of 141.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C47B is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 196 123 -
CMYK 0.58 0 0.37 0.23
HSL 141.58º 0.49% 0.55% -
HSV(B) 141.58º 0.58% 0.77% -
XYZ 26.79 42.7 25.57 -
YUV 153.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 82 196 123 0.58 0 0.37 0.23 141.58 0.49 0.55
Hex 52 C4 7B 3A 0 25 17 8E 31 37
Octal 122 304 173 72 0 45 27 216 61 67
Binary 1010010 11000100 1111011 111010 0 100101 10111 10001110 110001 110111

Color Harmonies of #52C47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C47B

Black with #52C47B

Text Example


Text Example

White with #52C47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,123); }

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

background-color css

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

 a { background-color: rgb(82,196,123); }

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

border-color css

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

 span { border-color: rgb(82,196,123); }

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