Html Css Color HEX #52DF6C Emerald

📋 copy color: '#52DF6C'

red 82 ◦ green 223 ◦ blue 108

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

Shades of Emerald #52DF6C

Tints of Emerald #52DF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 19.85%
G = 54%
B = 26.15%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#52DF6C (or 0x52DF6C) is known color: Emerald. HEX triplet: 52, DF and 6C. RGB value is (82,223,108). Sum of RGB (Red+Green+Blue) = 82+223+108=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF6C is #AD2093. Grayscale: #A8A8A8. Windows color (decimal): -11346068 or 7135058. OLE color: 7135058.

HSL color Cylindrical-coordinate representation of color #52DF6C: hue angle of 131.06º 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 #52DF6C is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 108 -
CMYK 0.63 0 0.52 0.13
HSL 131.06º 0.69% 0.6% -
HSV(B) 131.06º 0.63% 0.87% -
XYZ 32.57 55.65 23.21 -
YUV 167.73 94.29 66.85 -
System Red Green Blue C M Y K H S L
Decimal 82 223 108 0.63 0 0.52 0.13 131.06 0.69 0.6
Hex 52 DF 6C 3F 0 34 D 83 45 3C
Octal 122 337 154 77 0 64 15 203 105 74
Binary 1010010 11011111 1101100 111111 0 110100 1101 10000011 1000101 111100

Color Harmonies of #52DF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF6C

Black with #52DF6C

Text Example


Text Example

White with #52DF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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