#53D75D

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

Shades of Emerald #53D75D

Tints of Emerald #53D75D

Color information

#53D75D (or 0x53D75D) is unknown color: approx Emerald. HEX triplet: 53, D7 and 5D. RGB value is (83,215,93). Sum of RGB (Red+Green+Blue) = 83+215+93=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 215 (84.38% from 255 or 54.99% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 215 - color contains mainly: green. Hex color #53D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D75D is #AC28A2. Grayscale: #A1A1A1. Windows color (decimal): -11282595 or 6149971. OLE color: 6149971.

HSL color Cylindrical-coordinate representation of color #53D75D: hue angle of 124.55º degrees, saturation: 0.62, 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 #53D75D is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB8321593-
CMYK0.6100.570.16
HSL124.55º62.26%58.43%-
HSV(B)124.55º61.4%84.31%-
XYZ29.8451.2318.67-
YUV161.6289.2771.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 215 (84.38% from 255) = 54.99%
BLUE value IS 93 (36.72% from 255) = 23.79%
R=21.23%
G=54.99%
B=23.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal83215930.6100.570.16124.5562.2658.43
Hex53D75D3D039107d3e3a
Octal12332713575071201757672
Binary10100111101011110111011111010111001100001111101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,215,93); }

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

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

 a { background-color: rgb(83,215,93); }

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

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

 span { border-color: rgb(83,215,93); }

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