#53C37D

Color #53C37D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #53C37D

Tints of Emerald #53C37D

Color information

#53C37D (or 0x53C37D) is unknown color: approx Emerald. HEX triplet: 53, C3 and 7D. RGB value is (83,195,125). Sum of RGB (Red+Green+Blue) = 83+195+125=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #53C37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C37D is #AC3C82. Grayscale: #999999. Windows color (decimal): -11287683 or 8242003. OLE color: 8242003.

HSL color Cylindrical-coordinate representation of color #53C37D: hue angle of 142.5º 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 #53C37D is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB83195125-
CMYK0.5700.360.24
HSL142.5º48.28%54.51%-
HSV(B)142.5º57.44%76.47%-
XYZ26.7842.3526.16-
YUV153.53111.8977.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=20.60%
G=48.39%
B=31.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951250.5700.360.24142.548.2854.51
Hex53C37D39024188e3037
Octal12330317571044302166067
Binary101001111000011111110111100101001001100010001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53C37D;
 }
 .AnyTagClassName
 {
   color: #53C37D;
 }
</style>
background-color css

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

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

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

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

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

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