Html Css Color HEX #53D084 Emerald

📋 copy color: '#53D084'

red 83 ◦ green 208 ◦ blue 132

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

Shades of Emerald #53D084

Tints of Emerald #53D084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 19.62%
G = 49.17%
B = 31.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#53D084 (or 0x53D084) is known color: Emerald. HEX triplet: 53, D0 and 84. RGB value is (83,208,132). Sum of RGB (Red+Green+Blue) = 83+208+132=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #53D084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D084 is #AC2F7B. Grayscale: #A2A2A2. Windows color (decimal): -11284348 or 8704083. OLE color: 8704083.

HSL color Cylindrical-coordinate representation of color #53D084: hue angle of 143.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D084 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 132 -
CMYK 0.60 0 0.37 0.18
HSL 143.52º 0.57% 0.57% -
HSV(B) 143.52º 0.6% 0.82% -
XYZ 30.29 48.62 29.62 -
YUV 161.96 111.09 71.68 -
System Red Green Blue C M Y K H S L
Decimal 83 208 132 0.60 0 0.37 0.18 143.52 0.57 0.57
Hex 53 D0 84 3C 0 25 12 90 39 39
Octal 123 320 204 74 0 45 22 220 71 71
Binary 1010011 11010000 10000100 111100 0 100101 10010 10010000 111001 111001

Color Harmonies of #53D084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D084

Black with #53D084

Text Example


Text Example

White with #53D084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,208,132); }

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

background-color css

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

 a { background-color: rgb(83,208,132); }

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

border-color css

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

 span { border-color: rgb(83,208,132); }

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