#53c370

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

Shades of Emerald #53C370

Tints of Emerald #53C370

Color information

#53C370 (or 0x53C370) is unknown color: approx Emerald. HEX triplet: 53, C3 and 70. RGB value is (83,195,112). Sum of RGB (Red+Green+Blue) = 83+195+112=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #53C370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C370 is #AC3C8F. Grayscale: #989898. Windows color (decimal): -11287696 or 7390035. OLE color: 7390035.

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

Color convert

RGB83195112-
CMYK0.5700.430.24
HSL135.54º48.28%54.51%-
HSV(B)135.54º57.44%76.47%-
XYZ26.0142.0422.07-
YUV152.05105.3978.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 195 (76.56% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 28.72%
R=21.28%
G=50%
B=28.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951120.5700.430.24135.5448.2854.51
Hex53C3703902B18883037
Octal12330316071053302106067
Binary101001111000011111000011100101010111100010001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53c370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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