Html Css Color HEX #52DA6A Emerald

📋 copy color: '#52DA6A'

red 82 ◦ green 218 ◦ blue 106

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

Shades of Emerald #52DA6A

Tints of Emerald #52DA6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 20.2%
G = 53.69%
B = 26.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#52DA6A (or 0x52DA6A) is known color: Emerald. HEX triplet: 52, DA and 6A. RGB value is (82,218,106). Sum of RGB (Red+Green+Blue) = 82+218+106=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA6A is #AD2595. Grayscale: #A4A4A4. Windows color (decimal): -11347350 or 7002706. OLE color: 7002706.

HSL color Cylindrical-coordinate representation of color #52DA6A: hue angle of 130.59º 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 #52DA6A is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 82 218 106 -
CMYK 0.62 0 0.51 0.15
HSL 130.59º 0.65% 0.59% -
HSV(B) 130.59º 0.62% 0.85% -
XYZ 31.15 52.98 22.22 -
YUV 164.57 94.94 69.11 -
System Red Green Blue C M Y K H S L
Decimal 82 218 106 0.62 0 0.51 0.15 130.59 0.65 0.59
Hex 52 DA 6A 3E 0 33 F 83 41 3B
Octal 122 332 152 76 0 63 17 203 101 73
Binary 1010010 11011010 1101010 111110 0 110011 1111 10000011 1000001 111011

Color Harmonies of #52DA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA6A

Black with #52DA6A

Text Example


Text Example

White with #52DA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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