Html Css Color HEX #52C17C Emerald

📋 copy color: '#52C17C'

red 82 ◦ green 193 ◦ blue 124

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

Shades of Emerald #52C17C

Tints of Emerald #52C17C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.37%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 20.55%
G = 48.37%
B = 31.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#52C17C (or 0x52C17C) is known color: Emerald. HEX triplet: 52, C1 and 7C. RGB value is (82,193,124). Sum of RGB (Red+Green+Blue) = 82+193+124=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #52C17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C17C is #AD3E83. Grayscale: #989898. Windows color (decimal): -11353732 or 8175954. OLE color: 8175954.

HSL color Cylindrical-coordinate representation of color #52C17C: hue angle of 142.7º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C17C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 124 -
CMYK 0.58 0 0.36 0.24
HSL 142.7º 0.47% 0.54% -
HSV(B) 142.7º 0.58% 0.76% -
XYZ 26.19 41.39 25.68 -
YUV 151.95 112.23 78.11 -
System Red Green Blue C M Y K H S L
Decimal 82 193 124 0.58 0 0.36 0.24 142.7 0.47 0.54
Hex 52 C1 7C 3A 0 24 18 8F 2F 36
Octal 122 301 174 72 0 44 30 217 57 66
Binary 1010010 11000001 1111100 111010 0 100100 11000 10001111 101111 110110

Color Harmonies of #52C17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C17C

Black with #52C17C

Text Example


Text Example

White with #52C17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,193,124); }

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

background-color css

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

 a { background-color: rgb(82,193,124); }

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

border-color css

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

 span { border-color: rgb(82,193,124); }

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