Html Css Color HEX #52BC85 Emerald

📋 copy color: '#52BC85'

red 82 ◦ green 188 ◦ blue 133

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

Shades of Emerald #52BC85

Tints of Emerald #52BC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.65%

 BLUE value IS 133 (52.34% from 255) = 33%

R = 20.35%
G = 46.65%
B = 33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#52BC85 (or 0x52BC85) is known color: Emerald. HEX triplet: 52, BC and 85. RGB value is (82,188,133). Sum of RGB (Red+Green+Blue) = 82+188+133=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC85 is #AD437A. Grayscale: #969696. Windows color (decimal): -11355003 or 8764498. OLE color: 8764498.

HSL color Cylindrical-coordinate representation of color #52BC85: hue angle of 148.87º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC85 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 133 -
CMYK 0.56 0 0.29 0.26
HSL 148.87º 0.44% 0.53% -
HSV(B) 148.87º 0.56% 0.74% -
XYZ 25.7 39.45 28.45 -
YUV 150.04 118.38 79.47 -
System Red Green Blue C M Y K H S L
Decimal 82 188 133 0.56 0 0.29 0.26 148.87 0.44 0.53
Hex 52 BC 85 38 0 1D 1A 95 2C 35
Octal 122 274 205 70 0 35 32 225 54 65
Binary 1010010 10111100 10000101 111000 0 11101 11010 10010101 101100 110101

Color Harmonies of #52BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC85

Black with #52BC85

Text Example


Text Example

White with #52BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,188,133); }

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

background-color css

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

 a { background-color: rgb(82,188,133); }

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

border-color css

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

 span { border-color: rgb(82,188,133); }

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