Html Css Color HEX #53C384 Emerald

📋 copy color: '#53C384'

red 83 ◦ green 195 ◦ blue 132

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

Shades of Emerald #53C384

Tints of Emerald #53C384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.56%

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

R = 20.24%
G = 47.56%
B = 32.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#53C384 (or 0x53C384) is known color: Emerald. HEX triplet: 53, C3 and 84. RGB value is (83,195,132). Sum of RGB (Red+Green+Blue) = 83+195+132=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #53C384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C384 is #AC3C7B. Grayscale: #9A9A9A. Windows color (decimal): -11287676 or 8700755. OLE color: 8700755.

HSL color Cylindrical-coordinate representation of color #53C384: hue angle of 146.25º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C384 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 195 132 -
CMYK 0.57 0 0.32 0.24
HSL 146.25º 0.48% 0.55% -
HSV(B) 146.25º 0.57% 0.76% -
XYZ 27.25 42.54 28.6 -
YUV 154.33 115.39 77.12 -
System Red Green Blue C M Y K H S L
Decimal 83 195 132 0.57 0 0.32 0.24 146.25 0.48 0.55
Hex 53 C3 84 39 0 20 18 92 30 37
Octal 123 303 204 71 0 40 30 222 60 67
Binary 1010011 11000011 10000100 111001 0 100000 11000 10010010 110000 110111

Color Harmonies of #53C384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C384

Black with #53C384

Text Example


Text Example

White with #53C384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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