Html Css Color HEX #52C87B Emerald

📋 copy color: '#52C87B'

red 82 ◦ green 200 ◦ blue 123

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

Shades of Emerald #52C87B

Tints of Emerald #52C87B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.38%

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 20.25%
G = 49.38%
B = 30.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#52C87B (or 0x52C87B) is known color: Emerald. HEX triplet: 52, C8 and 7B. RGB value is (82,200,123). Sum of RGB (Red+Green+Blue) = 82+200+123=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #52C87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C87B is #AD3784. Grayscale: #9C9C9C. Windows color (decimal): -11351941 or 8112210. OLE color: 8112210.

HSL color Cylindrical-coordinate representation of color #52C87B: hue angle of 140.85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C87B is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 123 -
CMYK 0.59 0 0.38 0.22
HSL 140.85º 0.52% 0.55% -
HSV(B) 140.85º 0.59% 0.78% -
XYZ 27.71 44.53 25.87 -
YUV 155.94 109.41 75.26 -
System Red Green Blue C M Y K H S L
Decimal 82 200 123 0.59 0 0.38 0.22 140.85 0.52 0.55
Hex 52 C8 7B 3B 0 26 16 8D 34 37
Octal 122 310 173 73 0 46 26 215 64 67
Binary 1010010 11001000 1111011 111011 0 100110 10110 10001101 110100 110111

Color Harmonies of #52C87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C87B

Black with #52C87B

Text Example


Text Example

White with #52C87B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,123); }

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

background-color css

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

 a { background-color: rgb(82,200,123); }

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

border-color css

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

 span { border-color: rgb(82,200,123); }

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