Html Css Color HEX #52D490 Emerald

📋 copy color: '#52D490'

red 82 ◦ green 212 ◦ blue 144

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

Shades of Emerald #52D490

Tints of Emerald #52D490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.4%

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

R = 18.72%
G = 48.4%
B = 32.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#52D490 (or 0x52D490) is known color: Emerald. HEX triplet: 52, D4 and 90. RGB value is (82,212,144). Sum of RGB (Red+Green+Blue) = 82+212+144=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #52D490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D490 is #AD2B6F. Grayscale: #A5A5A5. Windows color (decimal): -11348848 or 9491538. OLE color: 9491538.

HSL color Cylindrical-coordinate representation of color #52D490: hue angle of 148.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D490 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 82 212 144 -
CMYK 0.61 0 0.32 0.17
HSL 148.62º 0.6% 0.58% -
HSV(B) 148.62º 0.61% 0.83% -
XYZ 32.06 50.89 34.52 -
YUV 165.38 115.93 68.53 -
System Red Green Blue C M Y K H S L
Decimal 82 212 144 0.61 0 0.32 0.17 148.62 0.6 0.58
Hex 52 D4 90 3D 0 20 11 95 3C 3A
Octal 122 324 220 75 0 40 21 225 74 72
Binary 1010010 11010100 10010000 111101 0 100000 10001 10010101 111100 111010

Color Harmonies of #52D490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D490

Black with #52D490

Text Example


Text Example

White with #52D490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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