#53E772

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

Shades of Emerald #53E772

Tints of Emerald #53E772

Color information

#53E772 (or 0x53E772) is unknown color: approx Emerald. HEX triplet: 53, E7 and 72. RGB value is (83,231,114). Sum of RGB (Red+Green+Blue) = 83+231+114=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 231 (90.62% from 255 or 53.97% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 231 - color contains mainly: green. Hex color #53E772 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #53E772 is #AC188D. Grayscale: #ADADAD. Windows color (decimal): -11278478 or 7530323. OLE color: 7530323.

HSL color Cylindrical-coordinate representation of color #53E772: hue angle of 132.57º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E772 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB83231114-
CMYK0.6400.510.09
HSL132.57º75.51%61.57%-
HSV(B)132.57º64.07%90.59%-
XYZ35.1860.2125.69-
YUV173.4194.4763.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.39%
GREEN value IS 231 (90.62% from 255) = 53.97%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=19.39%
G=53.97%
B=26.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832311140.6400.510.09132.5775.5161.57
Hex53E772400339854c3e
Octal1233471621000631120511476
Binary1010011111001111110010100000001100111001100001011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,231,114); }

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

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

 a { background-color: rgb(83,231,114); }

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

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

 span { border-color: rgb(83,231,114); }

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