Html Css Color HEX #53C484 Emerald

📋 copy color: '#53C484'

red 83 ◦ green 196 ◦ blue 132

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

Shades of Emerald #53C484

Tints of Emerald #53C484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.69%

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

R = 20.19%
G = 47.69%
B = 32.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#53C484 (or 0x53C484) is known color: Emerald. HEX triplet: 53, C4 and 84. RGB value is (83,196,132). Sum of RGB (Red+Green+Blue) = 83+196+132=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 196 (76.95% from 255 or 47.69% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 196 - color contains mainly: green. Hex color #53C484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C484 is #AC3B7B. Grayscale: #9B9B9B. Windows color (decimal): -11287420 or 8701011. OLE color: 8701011.

HSL color Cylindrical-coordinate representation of color #53C484: hue angle of 146.02º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C484 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 196 132 -
CMYK 0.58 0 0.33 0.23
HSL 146.02º 0.49% 0.55% -
HSV(B) 146.02º 0.58% 0.77% -
XYZ 27.47 42.98 28.68 -
YUV 154.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 83 196 132 0.58 0 0.33 0.23 146.02 0.49 0.55
Hex 53 C4 84 3A 0 21 17 92 31 37
Octal 123 304 204 72 0 41 27 222 61 67
Binary 1010011 11000100 10000100 111010 0 100001 10111 10010010 110001 110111

Color Harmonies of #53C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C484

Black with #53C484

Text Example


Text Example

White with #53C484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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