Html Css Color HEX #52C083 Emerald

📋 copy color: '#52C083'

red 82 ◦ green 192 ◦ blue 131

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

Shades of Emerald #52C083

Tints of Emerald #52C083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 20.25%
G = 47.41%
B = 32.35%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#52C083 (or 0x52C083) is known color: Emerald. HEX triplet: 52, C0 and 83. RGB value is (82,192,131). Sum of RGB (Red+Green+Blue) = 82+192+131=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #52C083 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C083 is #AD3F7C. Grayscale: #989898. Windows color (decimal): -11353981 or 8634450. OLE color: 8634450.

HSL color Cylindrical-coordinate representation of color #52C083: hue angle of 146.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C083 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 131 -
CMYK 0.57 0 0.32 0.25
HSL 146.73º 0.47% 0.54% -
HSV(B) 146.73º 0.57% 0.75% -
XYZ 26.43 41.13 28.02 -
YUV 152.16 116.06 77.96 -
System Red Green Blue C M Y K H S L
Decimal 82 192 131 0.57 0 0.32 0.25 146.73 0.47 0.54
Hex 52 C0 83 39 0 20 19 93 2F 36
Octal 122 300 203 71 0 40 31 223 57 66
Binary 1010010 11000000 10000011 111001 0 100000 11001 10010011 101111 110110

Color Harmonies of #52C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C083

Black with #52C083

Text Example


Text Example

White with #52C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,192,131); }

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

background-color css

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

 a { background-color: rgb(82,192,131); }

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

border-color css

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

 span { border-color: rgb(82,192,131); }

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