Html Css Color HEX #52B874 Emerald

📋 copy color: '#52B874'

red 82 ◦ green 184 ◦ blue 116

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

Shades of Emerald #52B874

Tints of Emerald #52B874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.17%

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

R = 21.47%
G = 48.17%
B = 30.37%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#52B874 (or 0x52B874) is known color: Emerald. HEX triplet: 52, B8 and 74. RGB value is (82,184,116). Sum of RGB (Red+Green+Blue) = 82+184+116=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #52B874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B874 is #AD478B. Grayscale: #919191. Windows color (decimal): -11356044 or 7649362. OLE color: 7649362.

HSL color Cylindrical-coordinate representation of color #52B874: hue angle of 140º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B874 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 116 -
CMYK 0.55 0 0.37 0.28
HSL 140º 0.42% 0.52% -
HSV(B) 140º 0.55% 0.72% -
XYZ 23.77 37.34 22.48 -
YUV 145.75 111.21 82.53 -
System Red Green Blue C M Y K H S L
Decimal 82 184 116 0.55 0 0.37 0.28 140 0.42 0.52
Hex 52 B8 74 37 0 25 1C 8C 2A 34
Octal 122 270 164 67 0 45 34 214 52 64
Binary 1010010 10111000 1110100 110111 0 100101 11100 10001100 101010 110100

Color Harmonies of #52B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B874

Black with #52B874

Text Example


Text Example

White with #52B874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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