Html Css Color HEX #52DA89 Emerald

📋 copy color: '#52DA89'

red 82 ◦ green 218 ◦ blue 137

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

Shades of Emerald #52DA89

Tints of Emerald #52DA89

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.89%

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

R = 18.76%
G = 49.89%
B = 31.35%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#52DA89 (or 0x52DA89) is known color: Emerald. HEX triplet: 52, DA and 89. RGB value is (82,218,137). Sum of RGB (Red+Green+Blue) = 82+218+137=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA89 is #AD2576. Grayscale: #A8A8A8. Windows color (decimal): -11347319 or 9034322. OLE color: 9034322.

HSL color Cylindrical-coordinate representation of color #52DA89: hue angle of 144.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA89 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 137 -
CMYK 0.62 0 0.37 0.15
HSL 144.26º 0.65% 0.59% -
HSV(B) 144.26º 0.62% 0.85% -
XYZ 33.07 53.74 32.3 -
YUV 168.1 110.44 66.59 -
System Red Green Blue C M Y K H S L
Decimal 82 218 137 0.62 0 0.37 0.15 144.26 0.65 0.59
Hex 52 DA 89 3E 0 25 F 90 41 3B
Octal 122 332 211 76 0 45 17 220 101 73
Binary 1010010 11011010 10001001 111110 0 100101 1111 10010000 1000001 111011

Color Harmonies of #52DA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA89

Black with #52DA89

Text Example


Text Example

White with #52DA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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