Html Css Color HEX #52BA81 Emerald

📋 copy color: '#52BA81'

red 82 ◦ green 186 ◦ blue 129

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

Shades of Emerald #52BA81

Tints of Emerald #52BA81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 20.65%
G = 46.85%
B = 32.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#52BA81 (or 0x52BA81) is known color: Emerald. HEX triplet: 52, BA and 81. RGB value is (82,186,129). Sum of RGB (Red+Green+Blue) = 82+186+129=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA81 is #AD457E. Grayscale: #949494. Windows color (decimal): -11355519 or 8501842. OLE color: 8501842.

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

Color convert

RGB 82 186 129 -
CMYK 0.56 0 0.31 0.27
HSL 147.12º 0.43% 0.53% -
HSV(B) 147.12º 0.56% 0.73% -
XYZ 25 38.5 26.88 -
YUV 148.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 82 186 129 0.56 0 0.31 0.27 147.12 0.43 0.53
Hex 52 BA 81 38 0 1F 1B 93 2B 35
Octal 122 272 201 70 0 37 33 223 53 65
Binary 1010010 10111010 10000001 111000 0 11111 11011 10010011 101011 110101

Color Harmonies of #52BA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA81

Black with #52BA81

Text Example


Text Example

White with #52BA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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