#53e084

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

Shades of Emerald #53E084

Tints of Emerald #53E084

Color information

#53E084 (or 0x53E084) is unknown color: approx Emerald. HEX triplet: 53, E0 and 84. RGB value is (83,224,132). Sum of RGB (Red+Green+Blue) = 83+224+132=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #53E084 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E084 is #AC1F7B. Grayscale: #ABABAB. Windows color (decimal): -11280252 or 8708179. OLE color: 8708179.

HSL color Cylindrical-coordinate representation of color #53E084: hue angle of 140.85º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E084 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB83224132-
CMYK0.6300.410.12
HSL140.85º69.46%60.2%-
HSV(B)140.85º62.95%87.84%-
XYZ34.3956.8230.98-
YUV171.35105.7964.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.91%
GREEN value IS 224 (87.89% from 255) = 51.03%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=18.91%
G=51.03%
B=30.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241320.6300.410.12140.8569.4660.2
Hex53E0843F029C8d453c
Octal123340204770511421510574
Binary1010011111000001000010011111101010011100100011011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53e084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,224,132); }

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

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

 a { background-color: rgb(83,224,132); }

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

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

 span { border-color: rgb(83,224,132); }

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