#53D46E

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

Shades of Emerald #53D46E

Tints of Emerald #53D46E

Color information

#53D46E (or 0x53D46E) is unknown color: approx Emerald. HEX triplet: 53, D4 and 6E. RGB value is (83,212,110). Sum of RGB (Red+Green+Blue) = 83+212+110=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #53D46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D46E is #AC2B91. Grayscale: #A2A2A2. Windows color (decimal): -11283346 or 7263315. OLE color: 7263315.

HSL color Cylindrical-coordinate representation of color #53D46E: hue angle of 132.56º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D46E is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB83212110-
CMYK0.6100.480.17
HSL132.56º60%57.84%-
HSV(B)132.56º60.85%83.14%-
XYZ29.9350.0522.84-
YUV161.898.7671.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 212 (83.20% from 255) = 52.35%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=20.49%
G=52.35%
B=27.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal832121100.6100.480.17132.566057.84
Hex53D46E3D03011853c3a
Octal12332415675060212057472
Binary101001111010100110111011110101100001000110000101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,212,110); }

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

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

 a { background-color: rgb(83,212,110); }

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

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

 span { border-color: rgb(83,212,110); }

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