Html Css Color HEX #52DE86 Emerald

📋 copy color: '#52DE86'

red 82 ◦ green 222 ◦ blue 134

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

Shades of Emerald #52DE86

Tints of Emerald #52DE86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 18.72%
G = 50.68%
B = 30.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#52DE86 (or 0x52DE86) is known color: Emerald. HEX triplet: 52, DE and 86. RGB value is (82,222,134). Sum of RGB (Red+Green+Blue) = 82+222+134=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #52DE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DE86 is #AD2179. Grayscale: #AAAAAA. Windows color (decimal): -11346298 or 8838738. OLE color: 8838738.

HSL color Cylindrical-coordinate representation of color #52DE86: hue angle of 142.29º 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 #52DE86 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 222 134 -
CMYK 0.63 0 0.40 0.13
HSL 142.29º 0.68% 0.6% -
HSV(B) 142.29º 0.63% 0.87% -
XYZ 33.9 55.76 31.53 -
YUV 170.11 107.62 65.16 -
System Red Green Blue C M Y K H S L
Decimal 82 222 134 0.63 0 0.40 0.13 142.29 0.68 0.6
Hex 52 DE 86 3F 0 28 D 8E 44 3C
Octal 122 336 206 77 0 50 15 216 104 74
Binary 1010010 11011110 10000110 111111 0 101000 1101 10001110 1000100 111100

Color Harmonies of #52DE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DE86

Black with #52DE86

Text Example


Text Example

White with #52DE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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