Html Css Color HEX #52DA6E Emerald

📋 copy color: '#52DA6E'

red 82 ◦ green 218 ◦ blue 110

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

Shades of Emerald #52DA6E

Tints of Emerald #52DA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 20%
G = 53.17%
B = 26.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#52DA6E (or 0x52DA6E) is known color: Emerald. HEX triplet: 52, DA and 6E. RGB value is (82,218,110). Sum of RGB (Red+Green+Blue) = 82+218+110=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 218 (85.55% from 255 or 53.17% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DA6E is #AD2591. Grayscale: #A5A5A5. Windows color (decimal): -11347346 or 7264850. OLE color: 7264850.

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

Color convert

RGB 82 218 110 -
CMYK 0.62 0 0.50 0.15
HSL 132.35º 0.65% 0.59% -
HSV(B) 132.35º 0.62% 0.85% -
XYZ 31.37 53.06 23.34 -
YUV 165.02 96.94 68.78 -
System Red Green Blue C M Y K H S L
Decimal 82 218 110 0.62 0 0.50 0.15 132.35 0.65 0.59
Hex 52 DA 6E 3E 0 32 F 84 41 3B
Octal 122 332 156 76 0 62 17 204 101 73
Binary 1010010 11011010 1101110 111110 0 110010 1111 10000100 1000001 111011

Color Harmonies of #52DA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DA6E

Black with #52DA6E

Text Example


Text Example

White with #52DA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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