Html Css Color HEX #53D682 Emerald

📋 copy color: '#53D682'

red 83 ◦ green 214 ◦ blue 130

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

Shades of Emerald #53D682

Tints of Emerald #53D682

RGB

 RED value IS 83 (32.81% from 255) = 19.44%

 GREEN value IS 214 (83.98% from 255) = 50.12%

 BLUE value IS 130 (51.17% from 255) = 30.44%

R = 19.44%
G = 50.12%
B = 30.44%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#53D682 (or 0x53D682) is known color: Emerald. HEX triplet: 53, D6 and 82. RGB value is (83,214,130). Sum of RGB (Red+Green+Blue) = 83+214+130=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #53D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D682 is #AC297D. Grayscale: #A5A5A5. Windows color (decimal): -11282814 or 8574547. OLE color: 8574547.

HSL color Cylindrical-coordinate representation of color #53D682: hue angle of 141.53º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D682 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 214 130 -
CMYK 0.61 0 0.39 0.16
HSL 141.53º 0.62% 0.58% -
HSV(B) 141.53º 0.61% 0.84% -
XYZ 31.64 51.54 29.4 -
YUV 165.26 108.1 69.33 -
System Red Green Blue C M Y K H S L
Decimal 83 214 130 0.61 0 0.39 0.16 141.53 0.62 0.58
Hex 53 D6 82 3D 0 27 10 8E 3E 3A
Octal 123 326 202 75 0 47 20 216 76 72
Binary 1010011 11010110 10000010 111101 0 100111 10000 10001110 111110 111010

Color Harmonies of #53D682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D682

Black with #53D682

Text Example


Text Example

White with #53D682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53D682; }

 p { color: rgb(83,214,130); }

 H1.HeaderClassName
 {
   color: #53D682;
 }
 .AnyTagClassName
 {
   color: #53D682;
 }
</style>

background-color css

<style>
 a { background-color: #53D682; }

 a { background-color: rgb(83,214,130); }

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

border-color css

<style>
 span { border-color: #53D682; }

 span { border-color: rgb(83,214,130); }

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