Html Css Color HEX #52DE89 Emerald

📋 copy color: '#52DE89'

red 82 ◦ green 222 ◦ blue 137

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

Shades of Emerald #52DE89

Tints of Emerald #52DE89

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

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

R = 18.59%
G = 50.34%
B = 31.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#52DE89 (or 0x52DE89) is known color: Emerald. HEX triplet: 52, DE and 89. RGB value is (82,222,137). Sum of RGB (Red+Green+Blue) = 82+222+137=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DE89 is #AD2176. Grayscale: #AAAAAA. Windows color (decimal): -11346295 or 9035346. OLE color: 9035346.

HSL color Cylindrical-coordinate representation of color #52DE89: hue angle of 143.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DE89 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 222 137 -
CMYK 0.63 0 0.38 0.13
HSL 143.57º 0.68% 0.6% -
HSV(B) 143.57º 0.63% 0.87% -
XYZ 34.12 55.84 32.65 -
YUV 170.45 109.12 64.91 -
System Red Green Blue C M Y K H S L
Decimal 82 222 137 0.63 0 0.38 0.13 143.57 0.68 0.6
Hex 52 DE 89 3F 0 26 D 90 44 3C
Octal 122 336 211 77 0 46 15 220 104 74
Binary 1010010 11011110 10001001 111111 0 100110 1101 10010000 1000100 111100

Color Harmonies of #52DE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DE89

Black with #52DE89

Text Example


Text Example

White with #52DE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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