#53E474

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

Shades of Emerald #53E474

Tints of Emerald #53E474

Color information

#53E474 (or 0x53E474) is unknown color: approx Emerald. HEX triplet: 53, E4 and 74. RGB value is (83,228,116). Sum of RGB (Red+Green+Blue) = 83+228+116=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 228 (89.45% from 255 or 53.40% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 228 - color contains mainly: green. Hex color #53E474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E474 is #AC1B8B. Grayscale: #ACACAC. Windows color (decimal): -11279244 or 7660627. OLE color: 7660627.

HSL color Cylindrical-coordinate representation of color #53E474: hue angle of 133.66º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E474 is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB83228116-
CMYK0.6400.490.11
HSL133.66º72.86%60.98%-
HSV(B)133.66º63.6%89.41%-
XYZ34.4658.5926.01-
YUV171.8896.4664.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 228 (89.45% from 255) = 53.40%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=19.44%
G=53.40%
B=27.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal832281160.6400.490.11133.6672.8660.98
Hex53E47440031B86493d
Octal1233441641000611320611175
Binary1010011111001001110100100000001100011011100001101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,228,116); }

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

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

 a { background-color: rgb(83,228,116); }

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

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

 span { border-color: rgb(83,228,116); }

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