Html Css Color HEX #52EA89 Emerald

📋 copy color: '#52EA89'

red 82 ◦ green 234 ◦ blue 137

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

Shades of Emerald #52EA89

Tints of Emerald #52EA89

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.66%

 BLUE value IS 137 (53.91% from 255) = 30.24%

R = 18.1%
G = 51.66%
B = 30.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#52EA89 (or 0x52EA89) is known color: Emerald. HEX triplet: 52, EA and 89. RGB value is (82,234,137). Sum of RGB (Red+Green+Blue) = 82+234+137=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA89 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EA89 is #AD1576. Grayscale: #B1B1B1. Windows color (decimal): -11343223 or 9038418. OLE color: 9038418.

HSL color Cylindrical-coordinate representation of color #52EA89: hue angle of 141.71º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EA89 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 234 137 -
CMYK 0.65 0 0.41 0.08
HSL 141.71º 0.78% 0.62% -
HSV(B) 141.71º 0.65% 0.92% -
XYZ 37.42 62.45 33.75 -
YUV 177.49 105.14 59.89 -
System Red Green Blue C M Y K H S L
Decimal 82 234 137 0.65 0 0.41 0.08 141.71 0.78 0.62
Hex 52 EA 89 41 0 29 8 8E 4E 3E
Octal 122 352 211 101 0 51 10 216 116 76
Binary 1010010 11101010 10001001 1000001 0 101001 1000 10001110 1001110 111110

Color Harmonies of #52EA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52EA89

Black with #52EA89

Text Example


Text Example

White with #52EA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,234,137); }

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

background-color css

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

 a { background-color: rgb(82,234,137); }

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

border-color css

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

 span { border-color: rgb(82,234,137); }

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