Html Css Color HEX #52DF6A Emerald

📋 copy color: '#52DF6A'

red 82 ◦ green 223 ◦ blue 106

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

Shades of Emerald #52DF6A

Tints of Emerald #52DF6A

RGB

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

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

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

R = 19.95%
G = 54.26%
B = 25.79%

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

#52DF6A (or 0x52DF6A) is known color: Emerald. HEX triplet: 52, DF and 6A. RGB value is (82,223,106). Sum of RGB (Red+Green+Blue) = 82+223+106=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #52DF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52DF6A is #AD2095. Grayscale: #A7A7A7. Windows color (decimal): -11346070 or 7003986. OLE color: 7003986.

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

Color convert

RGB 82 223 106 -
CMYK 0.63 0 0.52 0.13
HSL 130.21º 0.69% 0.6% -
HSV(B) 130.21º 0.63% 0.87% -
XYZ 32.47 55.61 22.66 -
YUV 167.5 93.29 67.01 -
System Red Green Blue C M Y K H S L
Decimal 82 223 106 0.63 0 0.52 0.13 130.21 0.69 0.6
Hex 52 DF 6A 3F 0 34 D 82 45 3C
Octal 122 337 152 77 0 64 15 202 105 74
Binary 1010010 11011111 1101010 111111 0 110100 1101 10000010 1000101 111100

Color Harmonies of #52DF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DF6A

Black with #52DF6A

Text Example


Text Example

White with #52DF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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