Html Css Color HEX #52DF6D Emerald

📋 copy color: '#52DF6D'

red 82 ◦ green 223 ◦ blue 109

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

Shades of Emerald #52DF6D

Tints of Emerald #52DF6D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.86%

 BLUE value IS 109 (42.97% from 255) = 26.33%

R = 19.81%
G = 53.86%
B = 26.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#52DF6D (or 0x52DF6D) is known color: Emerald. HEX triplet: 52, DF and 6D. RGB value is (82,223,109). Sum of RGB (Red+Green+Blue) = 82+223+109=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF6D is #AD2092. Grayscale: #A8A8A8. Windows color (decimal): -11346067 or 7200594. OLE color: 7200594.

HSL color Cylindrical-coordinate representation of color #52DF6D: hue angle of 131.49º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DF6D is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 109 -
CMYK 0.63 0 0.51 0.13
HSL 131.49º 0.69% 0.6% -
HSV(B) 131.49º 0.63% 0.87% -
XYZ 32.63 55.67 23.49 -
YUV 167.85 94.79 66.77 -
System Red Green Blue C M Y K H S L
Decimal 82 223 109 0.63 0 0.51 0.13 131.49 0.69 0.6
Hex 52 DF 6D 3F 0 33 D 83 45 3C
Octal 122 337 155 77 0 63 15 203 105 74
Binary 1010010 11011111 1101101 111111 0 110011 1101 10000011 1000101 111100

Color Harmonies of #52DF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF6D

Black with #52DF6D

Text Example


Text Example

White with #52DF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,109); }

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

background-color css

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

 a { background-color: rgb(82,223,109); }

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

border-color css

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

 span { border-color: rgb(82,223,109); }

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