Html Css Color HEX #52DA82 Emerald

📋 copy color: '#52DA82'

red 82 ◦ green 218 ◦ blue 130

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

Shades of Emerald #52DA82

Tints of Emerald #52DA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 19.07%
G = 50.7%
B = 30.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#52DA82 (or 0x52DA82) is known color: Emerald. HEX triplet: 52, DA and 82. RGB value is (82,218,130). Sum of RGB (Red+Green+Blue) = 82+218+130=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DA82 is #AD257D. Grayscale: #A7A7A7. Windows color (decimal): -11347326 or 8575570. OLE color: 8575570.

HSL color Cylindrical-coordinate representation of color #52DA82: hue angle of 141.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52DA82 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 130 -
CMYK 0.62 0 0.40 0.15
HSL 141.18º 0.65% 0.59% -
HSV(B) 141.18º 0.62% 0.85% -
XYZ 32.58 53.55 29.74 -
YUV 167.3 106.94 67.16 -
System Red Green Blue C M Y K H S L
Decimal 82 218 130 0.62 0 0.40 0.15 141.18 0.65 0.59
Hex 52 DA 82 3E 0 28 F 8D 41 3B
Octal 122 332 202 76 0 50 17 215 101 73
Binary 1010010 11011010 10000010 111110 0 101000 1111 10001101 1000001 111011

Color Harmonies of #52DA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA82

Black with #52DA82

Text Example


Text Example

White with #52DA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,218,130); }

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

background-color css

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

 a { background-color: rgb(82,218,130); }

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

border-color css

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

 span { border-color: rgb(82,218,130); }

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