Html Css Color HEX #52D76B Emerald

📋 copy color: '#52D76B'

red 82 ◦ green 215 ◦ blue 107

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

Shades of Emerald #52D76B

Tints of Emerald #52D76B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.22%

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 20.3%
G = 53.22%
B = 26.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#52D76B (or 0x52D76B) is known color: Emerald. HEX triplet: 52, D7 and 6B. RGB value is (82,215,107). Sum of RGB (Red+Green+Blue) = 82+215+107=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #52D76B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52D76B is #AD2894. Grayscale: #A3A3A3. Windows color (decimal): -11348117 or 7067474. OLE color: 7067474.

HSL color Cylindrical-coordinate representation of color #52D76B: hue angle of 131.28º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D76B is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 107 -
CMYK 0.62 0 0.50 0.16
HSL 131.28º 0.62% 0.58% -
HSV(B) 131.28º 0.62% 0.84% -
XYZ 30.43 51.46 22.24 -
YUV 162.92 96.44 70.28 -
System Red Green Blue C M Y K H S L
Decimal 82 215 107 0.62 0 0.50 0.16 131.28 0.62 0.58
Hex 52 D7 6B 3E 0 32 10 83 3E 3A
Octal 122 327 153 76 0 62 20 203 76 72
Binary 1010010 11010111 1101011 111110 0 110010 10000 10000011 111110 111010

Color Harmonies of #52D76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D76B

Black with #52D76B

Text Example


Text Example

White with #52D76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,215,107); }

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

background-color css

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

 a { background-color: rgb(82,215,107); }

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

border-color css

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

 span { border-color: rgb(82,215,107); }

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