Html Css Color HEX #52DA6B Emerald

📋 copy color: '#52DA6B'

red 82 ◦ green 218 ◦ blue 107

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

Shades of Emerald #52DA6B

Tints of Emerald #52DA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 20.15%
G = 53.56%
B = 26.29%

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

#52DA6B (or 0x52DA6B) is known color: Emerald. HEX triplet: 52, DA and 6B. RGB value is (82,218,107). Sum of RGB (Red+Green+Blue) = 82+218+107=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA6B is #AD2594. Grayscale: #A4A4A4. Windows color (decimal): -11347349 or 7068242. OLE color: 7068242.

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

Color convert

RGB 82 218 107 -
CMYK 0.62 0 0.51 0.15
HSL 131.03º 0.65% 0.59% -
HSV(B) 131.03º 0.62% 0.85% -
XYZ 31.2 53 22.49 -
YUV 164.68 95.44 69.03 -
System Red Green Blue C M Y K H S L
Decimal 82 218 107 0.62 0 0.51 0.15 131.03 0.65 0.59
Hex 52 DA 6B 3E 0 33 F 83 41 3B
Octal 122 332 153 76 0 63 17 203 101 73
Binary 1010010 11011010 1101011 111110 0 110011 1111 10000011 1000001 111011

Color Harmonies of #52DA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA6B

Black with #52DA6B

Text Example


Text Example

White with #52DA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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