Html Css Color HEX #52D790 Emerald

📋 copy color: '#52D790'

red 82 ◦ green 215 ◦ blue 144

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

Shades of Emerald #52D790

Tints of Emerald #52D790

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.75%

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

R = 18.59%
G = 48.75%
B = 32.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#52D790 (or 0x52D790) is known color: Emerald. HEX triplet: 52, D7 and 90. RGB value is (82,215,144). Sum of RGB (Red+Green+Blue) = 82+215+144=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #52D790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D790 is #AD286F. Grayscale: #A7A7A7. Windows color (decimal): -11348080 or 9492306. OLE color: 9492306.

HSL color Cylindrical-coordinate representation of color #52D790: hue angle of 147.97º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D790 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 215 144 -
CMYK 0.62 0 0.33 0.16
HSL 147.97º 0.62% 0.58% -
HSV(B) 147.97º 0.62% 0.84% -
XYZ 32.81 52.41 34.77 -
YUV 167.14 114.94 67.27 -
System Red Green Blue C M Y K H S L
Decimal 82 215 144 0.62 0 0.33 0.16 147.97 0.62 0.58
Hex 52 D7 90 3E 0 21 10 94 3E 3A
Octal 122 327 220 76 0 41 20 224 76 72
Binary 1010010 11010111 10010000 111110 0 100001 10000 10010100 111110 111010

Color Harmonies of #52D790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52D790

Black with #52D790

Text Example


Text Example

White with #52D790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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