Html Css Color HEX #52C374 Emerald

📋 copy color: '#52C374'

red 82 ◦ green 195 ◦ blue 116

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

Shades of Emerald #52C374

Tints of Emerald #52C374

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 20.87%
G = 49.62%
B = 29.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#52C374 (or 0x52C374) is known color: Emerald. HEX triplet: 52, C3 and 74. RGB value is (82,195,116). Sum of RGB (Red+Green+Blue) = 82+195+116=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #52C374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C374 is #AD3C8B. Grayscale: #989898. Windows color (decimal): -11353228 or 7652178. OLE color: 7652178.

HSL color Cylindrical-coordinate representation of color #52C374: hue angle of 138.05º degrees, saturation: 0.48, 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 #52C374 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 116 -
CMYK 0.58 0 0.41 0.24
HSL 138.05º 0.48% 0.54% -
HSV(B) 138.05º 0.58% 0.76% -
XYZ 26.15 42.09 23.27 -
YUV 152.21 107.56 77.92 -
System Red Green Blue C M Y K H S L
Decimal 82 195 116 0.58 0 0.41 0.24 138.05 0.48 0.54
Hex 52 C3 74 3A 0 29 18 8A 30 36
Octal 122 303 164 72 0 51 30 212 60 66
Binary 1010010 11000011 1110100 111010 0 101001 11000 10001010 110000 110110

Color Harmonies of #52C374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C374

Black with #52C374

Text Example


Text Example

White with #52C374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,116); }

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

background-color css

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

 a { background-color: rgb(82,195,116); }

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

border-color css

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

 span { border-color: rgb(82,195,116); }

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