Html Css Color HEX #52BA75 Emerald

📋 copy color: '#52BA75'

red 82 ◦ green 186 ◦ blue 117

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

Shades of Emerald #52BA75

Tints of Emerald #52BA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.31%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 21.3%
G = 48.31%
B = 30.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#52BA75 (or 0x52BA75) is known color: Emerald. HEX triplet: 52, BA and 75. RGB value is (82,186,117). Sum of RGB (Red+Green+Blue) = 82+186+117=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA75 is #AD458A. Grayscale: #939393. Windows color (decimal): -11355531 or 7715410. OLE color: 7715410.

HSL color Cylindrical-coordinate representation of color #52BA75: hue angle of 140.19º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA75 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 117 -
CMYK 0.56 0 0.37 0.27
HSL 140.19º 0.43% 0.53% -
HSV(B) 140.19º 0.56% 0.73% -
XYZ 24.25 38.2 22.92 -
YUV 147.04 111.04 81.61 -
System Red Green Blue C M Y K H S L
Decimal 82 186 117 0.56 0 0.37 0.27 140.19 0.43 0.53
Hex 52 BA 75 38 0 25 1B 8C 2B 35
Octal 122 272 165 70 0 45 33 214 53 65
Binary 1010010 10111010 1110101 111000 0 100101 11011 10001100 101011 110101

Color Harmonies of #52BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA75

Black with #52BA75

Text Example


Text Example

White with #52BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,117); }

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

background-color css

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

 a { background-color: rgb(82,186,117); }

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

border-color css

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

 span { border-color: rgb(82,186,117); }

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