#53C381

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

Shades of Emerald #53C381

Tints of Emerald #53C381

Color information

#53C381 (or 0x53C381) is unknown color: approx Emerald. HEX triplet: 53, C3 and 81. RGB value is (83,195,129). Sum of RGB (Red+Green+Blue) = 83+195+129=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #53C381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C381 is #AC3C7E. Grayscale: #9A9A9A. Windows color (decimal): -11287679 or 8504147. OLE color: 8504147.

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

Color convert

RGB83195129-
CMYK0.5700.340.24
HSL144.64º48.28%54.51%-
HSV(B)144.64º57.44%76.47%-
XYZ27.0442.4527.54-
YUV153.99113.8977.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.39%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 129 (50.78% from 255) = 31.70%
R=20.39%
G=47.91%
B=31.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831951290.5700.340.24144.6448.2854.51
Hex53C3813902218913037
Octal12330320171042302216067
Binary1010011110000111000000111100101000101100010010001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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