Html Css Color HEX #52ED90 Emerald

📋 copy color: '#52ED90'

red 82 ◦ green 237 ◦ blue 144

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

Shades of Emerald #52ED90

Tints of Emerald #52ED90

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.19%

 BLUE value IS 144 (56.64% from 255) = 31.1%

R = 17.71%
G = 51.19%
B = 31.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#52ED90 (or 0x52ED90) is known color: Emerald. HEX triplet: 52, ED and 90. RGB value is (82,237,144). Sum of RGB (Red+Green+Blue) = 82+237+144=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #52ED90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52ED90 is #AD126F. Grayscale: #B4B4B4. Windows color (decimal): -11342448 or 9497938. OLE color: 9497938.

HSL color Cylindrical-coordinate representation of color #52ED90: hue angle of 144º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ED90 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 237 144 -
CMYK 0.65 0 0.39 0.07
HSL 144º 0.81% 0.63% -
HSV(B) 144º 0.65% 0.93% -
XYZ 38.8 64.38 36.77 -
YUV 180.05 107.65 58.06 -
System Red Green Blue C M Y K H S L
Decimal 82 237 144 0.65 0 0.39 0.07 144 0.81 0.63
Hex 52 ED 90 41 0 27 7 90 51 3F
Octal 122 355 220 101 0 47 7 220 121 77
Binary 1010010 11101101 10010000 1000001 0 100111 111 10010000 1010001 111111

Color Harmonies of #52ED90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ED90

Black with #52ED90

Text Example


Text Example

White with #52ED90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,237,144); }

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

background-color css

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

 a { background-color: rgb(82,237,144); }

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

border-color css

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

 span { border-color: rgb(82,237,144); }

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