Html Css Color HEX #52B96C Emerald

📋 copy color: '#52B96C'

red 82 ◦ green 185 ◦ blue 108

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

Shades of Emerald #52B96C

Tints of Emerald #52B96C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.33%

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 21.87%
G = 49.33%
B = 28.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#52B96C (or 0x52B96C) is known color: Emerald. HEX triplet: 52, B9 and 6C. RGB value is (82,185,108). Sum of RGB (Red+Green+Blue) = 82+185+108=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #52B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B96C is #AD4693. Grayscale: #919191. Windows color (decimal): -11355796 or 7125330. OLE color: 7125330.

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

Color convert

RGB 82 185 108 -
CMYK 0.56 0 0.42 0.27
HSL 135.15º 0.42% 0.52% -
HSV(B) 135.15º 0.56% 0.73% -
XYZ 23.54 37.57 20.2 -
YUV 145.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 82 185 108 0.56 0 0.42 0.27 135.15 0.42 0.52
Hex 52 B9 6C 38 0 2A 1B 87 2A 34
Octal 122 271 154 70 0 52 33 207 52 64
Binary 1010010 10111001 1101100 111000 0 101010 11011 10000111 101010 110100

Color Harmonies of #52B96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B96C

Black with #52B96C

Text Example


Text Example

White with #52B96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,108); }

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

background-color css

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

 a { background-color: rgb(82,185,108); }

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

border-color css

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

 span { border-color: rgb(82,185,108); }

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