#53D07E

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

Shades of Emerald #53D07E

Tints of Emerald #53D07E

Color information

#53D07E (or 0x53D07E) is unknown color: approx Emerald. HEX triplet: 53, D0 and 7E. RGB value is (83,208,126). Sum of RGB (Red+Green+Blue) = 83+208+126=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #53D07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D07E is #AC2F81. Grayscale: #A1A1A1. Windows color (decimal): -11284354 or 8310867. OLE color: 8310867.

HSL color Cylindrical-coordinate representation of color #53D07E: hue angle of 140.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D07E is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB83208126-
CMYK0.6000.390.18
HSL140.64º57.08%57.06%-
HSV(B)140.64º60.1%81.57%-
XYZ29.8948.4627.52-
YUV161.28108.0972.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.90%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=19.90%
G=49.88%
B=30.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal832081260.6000.390.18140.6457.0857.06
Hex53D07E3C027128d3939
Octal12332017674047222157171
Binary101001111010000111111011110001001111001010001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,208,126); }

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

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

 a { background-color: rgb(83,208,126); }

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

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

 span { border-color: rgb(83,208,126); }

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