#53E06D

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

Shades of Emerald #53E06D

Tints of Emerald #53E06D

Color information

#53E06D (or 0x53E06D) is unknown color: approx Emerald. HEX triplet: 53, E0 and 6D. RGB value is (83,224,109). Sum of RGB (Red+Green+Blue) = 83+224+109=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #53E06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53E06D is #AC1F92. Grayscale: #A9A9A9. Windows color (decimal): -11280275 or 7200851. OLE color: 7200851.

HSL color Cylindrical-coordinate representation of color #53E06D: hue angle of 131.06º 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 #53E06D is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB83224109-
CMYK0.6300.510.12
HSL131.06º69.46%60.2%-
HSV(B)131.06º62.95%87.84%-
XYZ32.9856.2523.59-
YUV168.7394.2966.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.95%
GREEN value IS 224 (87.89% from 255) = 53.85%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=19.95%
G=53.85%
B=26.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832241090.6300.510.12131.0669.4660.2
Hex53E06D3F033C83453c
Octal123340155770631420310574
Binary101001111100000110110111111101100111100100000111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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