Html Css Color HEX #52BA7F Emerald

📋 copy color: '#52BA7F'

red 82 ◦ green 186 ◦ blue 127

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

Shades of Emerald #52BA7F

Tints of Emerald #52BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 20.76%
G = 47.09%
B = 32.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#52BA7F (or 0x52BA7F) is known color: Emerald. HEX triplet: 52, BA and 7F. RGB value is (82,186,127). Sum of RGB (Red+Green+Blue) = 82+186+127=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA7F is #AD4580. Grayscale: #949494. Windows color (decimal): -11355521 or 8370770. OLE color: 8370770.

HSL color Cylindrical-coordinate representation of color #52BA7F: hue angle of 145.96º 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 #52BA7F is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 127 -
CMYK 0.56 0 0.32 0.27
HSL 145.96º 0.43% 0.53% -
HSV(B) 145.96º 0.56% 0.73% -
XYZ 24.87 38.44 26.19 -
YUV 148.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 82 186 127 0.56 0 0.32 0.27 145.96 0.43 0.53
Hex 52 BA 7F 38 0 20 1B 92 2B 35
Octal 122 272 177 70 0 40 33 222 53 65
Binary 1010010 10111010 1111111 111000 0 100000 11011 10010010 101011 110101

Color Harmonies of #52BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA7F

Black with #52BA7F

Text Example


Text Example

White with #52BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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