#53D560

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

Shades of Emerald #53D560

Tints of Emerald #53D560

Color information

#53D560 (or 0x53D560) is unknown color: approx Emerald. HEX triplet: 53, D5 and 60. RGB value is (83,213,96). Sum of RGB (Red+Green+Blue) = 83+213+96=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #53D560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D560 is #AC2A9F. Grayscale: #A1A1A1. Windows color (decimal): -11283104 or 6346067. OLE color: 6346067.

HSL color Cylindrical-coordinate representation of color #53D560: hue angle of 126º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D560 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB8321396-
CMYK0.6100.550.16
HSL126º60.75%58.04%-
HSV(B)126º61.03%83.53%-
XYZ29.4750.2719.22-
YUV160.7991.4372.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 213 (83.59% from 255) = 54.34%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=21.17%
G=54.34%
B=24.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83213960.6100.550.1612660.7558.04
Hex53D5603D037107e3d3a
Octal12332514075067201767572
Binary10100111101010111000001111010110111100001111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,213,96); }

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

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

 a { background-color: rgb(83,213,96); }

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

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

 span { border-color: rgb(83,213,96); }

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