Html Css Color HEX #52C073 Emerald

📋 copy color: '#52C073'

red 82 ◦ green 192 ◦ blue 115

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

Shades of Emerald #52C073

Tints of Emerald #52C073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 21.08%
G = 49.36%
B = 29.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#52C073 (or 0x52C073) is known color: Emerald. HEX triplet: 52, C0 and 73. RGB value is (82,192,115). Sum of RGB (Red+Green+Blue) = 82+192+115=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #52C073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C073 is #AD3F8C. Grayscale: #969696. Windows color (decimal): -11353997 or 7585874. OLE color: 7585874.

HSL color Cylindrical-coordinate representation of color #52C073: hue angle of 138º 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 #52C073 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 192 115 -
CMYK 0.57 0 0.40 0.25
HSL 138º 0.47% 0.54% -
HSV(B) 138º 0.57% 0.75% -
XYZ 25.42 40.73 22.74 -
YUV 150.33 108.06 79.26 -
System Red Green Blue C M Y K H S L
Decimal 82 192 115 0.57 0 0.40 0.25 138 0.47 0.54
Hex 52 C0 73 39 0 28 19 8A 2F 36
Octal 122 300 163 71 0 50 31 212 57 66
Binary 1010010 11000000 1110011 111001 0 101000 11001 10001010 101111 110110

Color Harmonies of #52C073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C073

Black with #52C073

Text Example


Text Example

White with #52C073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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